Html Css Color HEX #114C72 Dark Cerulean

📋 copy color: '#114C72'

red 17 ◦ green 76 ◦ blue 114

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

Shades of Dark Cerulean #114C72

Tints of Dark Cerulean #114C72

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.71%

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

R = 8.21%
G = 36.71%
B = 55.07%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#114C72 (or 0x114C72) is known color: Dark Cerulean. HEX triplet: 11, 4C and 72. RGB value is (17,76,114). Sum of RGB (Red+Green+Blue) = 17+76+114=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #114C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C72 is #EEB38D. Grayscale: #3E3E3E. Windows color (decimal): -15643534 or 7490577. OLE color: 7490577.

HSL color Cylindrical-coordinate representation of color #114C72: hue angle of 203.51º 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 #114C72 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 76 114 -
CMYK 0.85 0.33 0 0.55
HSL 203.51º 0.74% 0.26% -
HSV(B) 203.51º 0.85% 0.45% -
XYZ 5.85 6.5 16.87 -
YUV 62.69 156.95 95.41 -
System Red Green Blue C M Y K H S L
Decimal 17 76 114 0.85 0.33 0 0.55 203.51 0.74 0.26
Hex 11 4C 72 55 21 0 37 CC 4A 1A
Octal 21 114 162 125 41 0 67 314 112 32
Binary 10001 1001100 1110010 1010101 100001 0 110111 11001100 1001010 11010

Color Harmonies of #114C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C72

Black with #114C72

Text Example


Text Example

White with #114C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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