Html Css Color HEX #183B86 Dark Cerulean

📋 copy color: '#183B86'

red 24 ◦ green 59 ◦ blue 134

#183B86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #183B86

Tints of Dark Cerulean #183B86

RGB

 RED value IS 24 (9.77% from 255) = 11.06%

 GREEN value IS 59 (23.44% from 255) = 27.19%

 BLUE value IS 134 (52.73% from 255) = 61.75%

R = 11.06%
G = 27.19%
B = 61.75%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#183B86 (or 0x183B86) is known color: Dark Cerulean. HEX triplet: 18, 3B and 86. RGB value is (24,59,134). Sum of RGB (Red+Green+Blue) = 24+59+134=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 134 (52.73% from 255 or 61.75% from 217); Max value from RGB is 134 - color contains mainly: blue. Hex color #183B86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183B86 is #E7C479. Grayscale: #383838. Windows color (decimal): -15189114 or 8796952. OLE color: 8796952.

HSL color Cylindrical-coordinate representation of color #183B86: hue angle of 220.91º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #183B86 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 24 59 134 -
CMYK 0.82 0.56 0 0.47
HSL 220.91º 0.7% 0.31% -
HSV(B) 220.91º 0.82% 0.53% -
XYZ 6.24 5.04 23.2 -
YUV 57.09 171.4 104.4 -
System Red Green Blue C M Y K H S L
Decimal 24 59 134 0.82 0.56 0 0.47 220.91 0.7 0.31
Hex 18 3B 86 52 38 0 2F DD 46 1F
Octal 30 73 206 122 70 0 57 335 106 37
Binary 11000 111011 10000110 1010010 111000 0 101111 11011101 1000110 11111

Color Harmonies of #183B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183B86

Black with #183B86

Text Example


Text Example

White with #183B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183B86; }

 p { color: rgb(24,59,134); }

 H1.HeaderClassName
 {
   color: #183B86;
 }
 .AnyTagClassName
 {
   color: #183B86;
 }
</style>

background-color css

<style>
 a { background-color: #183B86; }

 a { background-color: rgb(24,59,134); }

 div.DivClassName
 {
   background-color: #183B86;
 }
 .BgClassName
 {
   background-color: #183B86;
 }
</style>

border-color css

<style>
 span { border-color: #183B86; }

 span { border-color: rgb(24,59,134); }

 td.TdClassName
 {
   border-color: #183B86;
 }
 .TagClassName
 {
   border-color: #183B86;
 }
</style>