Color Hex Logo

#183cb0 Color Hex

#183CB0
(24,60,176)
0 Favorites   0 Comments

Color spaces of #183cb0

RGB 2460176
HSL0.630.760.39
HSV226°86°69°
CMYK 0.860.660.00   0.31
XYZ9.82906.560541.8226
Yxy6.56050.16880.1127
Hunter Lab25.613523.6746-78.8814
CIE-Lab30.784733.0314-64.7198

#183cb0 color RGB value is (24,60,176).

#183cb0 hex color red value is 24, green value is 60 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #183cb0 hue: 0.63 , saturation: 0.76 and the lightness value of 183cb0 is 0.39.

The process color (four color CMYK) of #183cb0 color hex is 0.86, 0.66, 0.00, 0.31. Web safe color of #183cb0 is #003399. Color #183cb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00111100 10110000
Octal 30 74 260
Decimal 24 60 176
Hex 18 3C B0

RGB Percentages of Color #183cb0

%9.23
%23.08
%67.69

CMYK Percentages of Color #183cb0

%86
%66
%0
%31

Triadic Colors of #183cb0

#183cb0 #b0183c #3cb018

Analogous Colors of #183cb0

#183cb0 #4018b0 #1888b0

Monochromatic Colors of #183cb0

#183cb0

Complementary Color

#183cb0 #b08c18

#183cb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#183cb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#183cb0 Color CSS Codes

.mybgcolor {background-color:#183cb0; } 
.myforecolor {color:#183cb0; }
.mybordercolor {border:3px solid #183cb0; }

#183cb0 Text Font Color

<p style="color:#183cb0">Text here</p>

This sample text font color is #183cb0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#183cb0 Background Color

<div style="background-color:#183cb0">
Div content here</div>

This div background color is #183cb0


#183cb0 Border Color

<div style="border:3px solid #183cb0">
Div here</div>

This div border color is #183cb0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,60,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #183cb0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #183cb0;
  -webkit-box-shadow: 1px 1px 3px 2px #183cb0;
  box-shadow:         1px 1px 3px 2px #183cb0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,60,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #183cb0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #183cb0;
  -webkit-box-shadow: 1px 1px 3px 2px #183cb0;
  box-shadow:         1px 1px 3px 2px #183cb0;">
Div content here</div>

This div box has shadow with color #183cb0


Comments

No comments written yet.

Please login to write comment.