Html Css Color HEX #114C70 Dark Cerulean

📋 copy color: '#114C70'

red 17 ◦ green 76 ◦ blue 112

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

Shades of Dark Cerulean #114C70

Tints of Dark Cerulean #114C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 54.63%

R = 8.29%
G = 37.07%
B = 54.63%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#114C70 (or 0x114C70) is known color: Dark Cerulean. HEX triplet: 11, 4C and 70. RGB value is (17,76,112). Sum of RGB (Red+Green+Blue) = 17+76+112=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #114C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C70 is #EEB38F. Grayscale: #3E3E3E. Windows color (decimal): -15643536 or 7359505. OLE color: 7359505.

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

Color convert

RGB 17 76 112 -
CMYK 0.85 0.32 0 0.56
HSL 202.74º 0.74% 0.25% -
HSV(B) 202.74º 0.85% 0.44% -
XYZ 5.74 6.46 16.27 -
YUV 62.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 17 76 112 0.85 0.32 0 0.56 202.74 0.74 0.25
Hex 11 4C 70 55 20 0 38 CB 4A 19
Octal 21 114 160 125 40 0 70 313 112 31
Binary 10001 1001100 1110000 1010101 100000 0 111000 11001011 1001010 11001

Color Harmonies of #114C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C70

Black with #114C70

Text Example


Text Example

White with #114C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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