Html Css Color HEX #114389 Dark Cerulean

📋 copy color: '#114389'

red 17 ◦ green 67 ◦ blue 137

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

Shades of Dark Cerulean #114389

Tints of Dark Cerulean #114389

RGB

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

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

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

R = 7.69%
G = 30.32%
B = 61.99%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#114389 (or 0x114389) is known color: Dark Cerulean. HEX triplet: 11, 43 and 89. RGB value is (17,67,137). Sum of RGB (Red+Green+Blue) = 17+67+137=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #114389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114389 is #EEBC76. Grayscale: #3B3B3B. Windows color (decimal): -15645815 or 8995601. OLE color: 8995601.

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

Color convert

RGB 17 67 137 -
CMYK 0.88 0.51 0 0.46
HSL 215º 0.78% 0.3% -
HSV(B) 215º 0.88% 0.54% -
XYZ 6.75 5.94 24.46 -
YUV 60.03 171.44 97.31 -
System Red Green Blue C M Y K H S L
Decimal 17 67 137 0.88 0.51 0 0.46 215 0.78 0.3
Hex 11 43 89 58 33 0 2E D7 4E 1E
Octal 21 103 211 130 63 0 56 327 116 36
Binary 10001 1000011 10001001 1011000 110011 0 101110 11010111 1001110 11110

Color Harmonies of #114389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114389

Black with #114389

Text Example


Text Example

White with #114389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114389; }

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

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

background-color css

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

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

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

border-color css

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

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

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