Html Css Color HEX #114F74 Dark Cerulean

📋 copy color: '#114F74'

red 17 ◦ green 79 ◦ blue 116

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

Shades of Dark Cerulean #114F74

Tints of Dark Cerulean #114F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 54.72%

R = 8.02%
G = 37.26%
B = 54.72%

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

#114F74 (or 0x114F74) is known color: Dark Cerulean. HEX triplet: 11, 4F and 74. RGB value is (17,79,116). Sum of RGB (Red+Green+Blue) = 17+79+116=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #114F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F74 is #EEB08B. Grayscale: #404040. Windows color (decimal): -15642764 or 7622417. OLE color: 7622417.

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

Color convert

RGB 17 79 116 -
CMYK 0.85 0.32 0 0.55
HSL 202.42º 0.74% 0.26% -
HSV(B) 202.42º 0.85% 0.45% -
XYZ 6.18 6.97 17.54 -
YUV 64.68 156.96 93.99 -
System Red Green Blue C M Y K H S L
Decimal 17 79 116 0.85 0.32 0 0.55 202.42 0.74 0.26
Hex 11 4F 74 55 20 0 37 CA 4A 1A
Octal 21 117 164 125 40 0 67 312 112 32
Binary 10001 1001111 1110100 1010101 100000 0 110111 11001010 1001010 11010

Color Harmonies of #114F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114F74

Black with #114F74

Text Example


Text Example

White with #114F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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