Html Css Color HEX #114D72 Dark Cerulean

📋 copy color: '#114D72'

red 17 ◦ green 77 ◦ blue 114

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

Shades of Dark Cerulean #114D72

Tints of Dark Cerulean #114D72

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.02%

 BLUE value IS 114 (44.92% from 255) = 54.81%

R = 8.17%
G = 37.02%
B = 54.81%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#114D72 (or 0x114D72) is known color: Dark Cerulean. HEX triplet: 11, 4D and 72. RGB value is (17,77,114). Sum of RGB (Red+Green+Blue) = 17+77+114=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #114D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D72 is #EEB28D. Grayscale: #3F3F3F. Windows color (decimal): -15643278 or 7490833. OLE color: 7490833.

HSL color Cylindrical-coordinate representation of color #114D72: hue angle of 202.89º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114D72 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 77 114 -
CMYK 0.85 0.32 0 0.55
HSL 202.89º 0.74% 0.26% -
HSV(B) 202.89º 0.85% 0.45% -
XYZ 5.92 6.64 16.89 -
YUV 63.28 156.62 94.99 -
System Red Green Blue C M Y K H S L
Decimal 17 77 114 0.85 0.32 0 0.55 202.89 0.74 0.26
Hex 11 4D 72 55 20 0 37 CB 4A 1A
Octal 21 115 162 125 40 0 67 313 112 32
Binary 10001 1001101 1110010 1010101 100000 0 110111 11001011 1001010 11010

Color Harmonies of #114D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D72

Black with #114D72

Text Example


Text Example

White with #114D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114D72; }

 p { color: rgb(17,77,114); }

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

background-color css

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

 a { background-color: rgb(17,77,114); }

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

border-color css

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

 span { border-color: rgb(17,77,114); }

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