Html Css Color HEX #114789 Dark Cerulean

📋 copy color: '#114789'

red 17 ◦ green 71 ◦ blue 137

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

Shades of Dark Cerulean #114789

Tints of Dark Cerulean #114789

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

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

R = 7.56%
G = 31.56%
B = 60.89%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#114789 (or 0x114789) is known color: Dark Cerulean. HEX triplet: 11, 47 and 89. RGB value is (17,71,137). Sum of RGB (Red+Green+Blue) = 17+71+137=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #114789 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114789 is #EEB876. Grayscale: #3E3E3E. Windows color (decimal): -15644791 or 8996625. OLE color: 8996625.

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

Color convert

RGB 17 71 137 -
CMYK 0.88 0.48 0 0.46
HSL 213º 0.78% 0.3% -
HSV(B) 213º 0.88% 0.54% -
XYZ 7 6.43 24.54 -
YUV 62.38 170.11 95.63 -
System Red Green Blue C M Y K H S L
Decimal 17 71 137 0.88 0.48 0 0.46 213 0.78 0.3
Hex 11 47 89 58 30 0 2E D5 4E 1E
Octal 21 107 211 130 60 0 56 325 116 36
Binary 10001 1000111 10001001 1011000 110000 0 101110 11010101 1001110 11110

Color Harmonies of #114789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114789

Black with #114789

Text Example


Text Example

White with #114789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114789; }

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

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

background-color css

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

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

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

border-color css

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

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

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