Html Css Color HEX #114F72 Dark Cerulean

📋 copy color: '#114F72'

red 17 ◦ green 79 ◦ blue 114

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

Shades of Dark Cerulean #114F72

Tints of Dark Cerulean #114F72

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.62%

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

R = 8.1%
G = 37.62%
B = 54.29%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#114F72 (or 0x114F72) is known color: Dark Cerulean. HEX triplet: 11, 4F and 72. RGB value is (17,79,114). Sum of RGB (Red+Green+Blue) = 17+79+114=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #114F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F72 is #EEB08D. Grayscale: #404040. Windows color (decimal): -15642766 or 7491345. OLE color: 7491345.

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

Color convert

RGB 17 79 114 -
CMYK 0.85 0.31 0 0.55
HSL 201.65º 0.74% 0.26% -
HSV(B) 201.65º 0.85% 0.45% -
XYZ 6.06 6.93 16.94 -
YUV 64.45 155.96 94.15 -
System Red Green Blue C M Y K H S L
Decimal 17 79 114 0.85 0.31 0 0.55 201.65 0.74 0.26
Hex 11 4F 72 55 1F 0 37 CA 4A 1A
Octal 21 117 162 125 37 0 67 312 112 32
Binary 10001 1001111 1110010 1010101 11111 0 110111 11001010 1001010 11010

Color Harmonies of #114F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114F72

Black with #114F72

Text Example


Text Example

White with #114F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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