Html Css Color HEX #114F76 Dark Cerulean

📋 copy color: '#114F76'

red 17 ◦ green 79 ◦ blue 118

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

Shades of Dark Cerulean #114F76

Tints of Dark Cerulean #114F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 55.14%

R = 7.94%
G = 36.92%
B = 55.14%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#114F76 (or 0x114F76) is known color: Dark Cerulean. HEX triplet: 11, 4F and 76. RGB value is (17,79,118). Sum of RGB (Red+Green+Blue) = 17+79+118=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #114F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F76 is #EEB089. Grayscale: #404040. Windows color (decimal): -15642762 or 7753489. OLE color: 7753489.

HSL color Cylindrical-coordinate representation of color #114F76: hue angle of 203.17º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114F76 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 79 118 -
CMYK 0.86 0.33 0 0.54
HSL 203.17º 0.75% 0.26% -
HSV(B) 203.17º 0.86% 0.46% -
XYZ 6.3 7.02 18.16 -
YUV 64.91 157.96 93.83 -
System Red Green Blue C M Y K H S L
Decimal 17 79 118 0.86 0.33 0 0.54 203.17 0.75 0.26
Hex 11 4F 76 56 21 0 36 CB 4B 1A
Octal 21 117 166 126 41 0 66 313 113 32
Binary 10001 1001111 1110110 1010110 100001 0 110110 11001011 1001011 11010

Color Harmonies of #114F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114F76

Black with #114F76

Text Example


Text Example

White with #114F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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