Html Css Color HEX #114889 Dark Cerulean

📋 copy color: '#114889'

red 17 ◦ green 72 ◦ blue 137

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

Shades of Dark Cerulean #114889

Tints of Dark Cerulean #114889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.86%

 BLUE value IS 137 (53.91% from 255) = 60.62%

R = 7.52%
G = 31.86%
B = 60.62%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#114889 (or 0x114889) is known color: Dark Cerulean. HEX triplet: 11, 48 and 89. RGB value is (17,72,137). Sum of RGB (Red+Green+Blue) = 17+72+137=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #114889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114889 is #EEB776. Grayscale: #3E3E3E. Windows color (decimal): -15644535 or 8996881. OLE color: 8996881.

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

Color convert

RGB 17 72 137 -
CMYK 0.88 0.47 0 0.46
HSL 212.5º 0.78% 0.3% -
HSV(B) 212.5º 0.88% 0.54% -
XYZ 7.06 6.56 24.56 -
YUV 62.97 169.78 95.21 -
System Red Green Blue C M Y K H S L
Decimal 17 72 137 0.88 0.47 0 0.46 212.5 0.78 0.3
Hex 11 48 89 58 2F 0 2E D4 4E 1E
Octal 21 110 211 130 57 0 56 324 116 36
Binary 10001 1001000 10001001 1011000 101111 0 101110 11010100 1001110 11110

Color Harmonies of #114889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114889

Black with #114889

Text Example


Text Example

White with #114889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114889; }

 p { color: rgb(17,72,137); }

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

background-color css

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

 a { background-color: rgb(17,72,137); }

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

border-color css

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

 span { border-color: rgb(17,72,137); }

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