Html Css Color HEX #114387 Dark Cerulean

📋 copy color: '#114387'

red 17 ◦ green 67 ◦ blue 135

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

Shades of Dark Cerulean #114387

Tints of Dark Cerulean #114387

RGB

 RED value IS 17 (7.03% from 255) = 7.76%

 GREEN value IS 67 (26.56% from 255) = 30.59%

 BLUE value IS 135 (53.13% from 255) = 61.64%

R = 7.76%
G = 30.59%
B = 61.64%

CMYK

 C value IS 0.87

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#114387 (or 0x114387) is known color: Dark Cerulean. HEX triplet: 11, 43 and 87. RGB value is (17,67,135). Sum of RGB (Red+Green+Blue) = 17+67+135=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #114387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114387 is #EEBC78. Grayscale: #3B3B3B. Windows color (decimal): -15645817 or 8864529. OLE color: 8864529.

HSL color Cylindrical-coordinate representation of color #114387: hue angle of 214.58º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114387 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 67 135 -
CMYK 0.87 0.50 0 0.47
HSL 214.58º 0.78% 0.3% -
HSV(B) 214.58º 0.87% 0.53% -
XYZ 6.61 5.88 23.71 -
YUV 59.8 170.44 97.47 -
System Red Green Blue C M Y K H S L
Decimal 17 67 135 0.87 0.50 0 0.47 214.58 0.78 0.3
Hex 11 43 87 57 32 0 2F D7 4E 1E
Octal 21 103 207 127 62 0 57 327 116 36
Binary 10001 1000011 10000111 1010111 110010 0 101111 11010111 1001110 11110

Color Harmonies of #114387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114387

Black with #114387

Text Example


Text Example

White with #114387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114387; }

 p { color: rgb(17,67,135); }

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

background-color css

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

 a { background-color: rgb(17,67,135); }

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

border-color css

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

 span { border-color: rgb(17,67,135); }

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