Html Css Color HEX #114089 Dark Cerulean

📋 copy color: '#114089'

red 17 ◦ green 64 ◦ blue 137

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

Shades of Dark Cerulean #114089

Tints of Dark Cerulean #114089

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.36%

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

R = 7.8%
G = 29.36%
B = 62.84%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#114089 (or 0x114089) is known color: Dark Cerulean. HEX triplet: 11, 40 and 89. RGB value is (17,64,137). Sum of RGB (Red+Green+Blue) = 17+64+137=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #114089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114089 is #EEBF76. Grayscale: #393939. Windows color (decimal): -15646583 or 8994833. OLE color: 8994833.

HSL color Cylindrical-coordinate representation of color #114089: hue angle of 216.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 #114089 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 64 137 -
CMYK 0.88 0.53 0 0.46
HSL 216.5º 0.78% 0.3% -
HSV(B) 216.5º 0.88% 0.54% -
XYZ 6.58 5.59 24.4 -
YUV 58.27 172.43 98.56 -
System Red Green Blue C M Y K H S L
Decimal 17 64 137 0.88 0.53 0 0.46 216.5 0.78 0.3
Hex 11 40 89 58 35 0 2E D8 4E 1E
Octal 21 100 211 130 65 0 56 330 116 36
Binary 10001 1000000 10001001 1011000 110101 0 101110 11011000 1001110 11110

Color Harmonies of #114089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114089

Black with #114089

Text Example


Text Example

White with #114089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114089; }

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

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

background-color css

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

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

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

border-color css

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

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

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