Html Css Color HEX #114C73 Dark Cerulean

📋 copy color: '#114C73'

red 17 ◦ green 76 ◦ blue 115

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

Shades of Dark Cerulean #114C73

Tints of Dark Cerulean #114C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.29%

R = 8.17%
G = 36.54%
B = 55.29%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#114C73 (or 0x114C73) is known color: Dark Cerulean. HEX triplet: 11, 4C and 73. RGB value is (17,76,115). Sum of RGB (Red+Green+Blue) = 17+76+115=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #114C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C73 is #EEB38C. Grayscale: #3E3E3E. Windows color (decimal): -15643533 or 7556113. OLE color: 7556113.

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

Color convert

RGB 17 76 115 -
CMYK 0.85 0.34 0 0.55
HSL 203.88º 0.74% 0.26% -
HSV(B) 203.88º 0.85% 0.45% -
XYZ 5.91 6.53 17.17 -
YUV 62.81 157.45 95.33 -
System Red Green Blue C M Y K H S L
Decimal 17 76 115 0.85 0.34 0 0.55 203.88 0.74 0.26
Hex 11 4C 73 55 22 0 37 CC 4A 1A
Octal 21 114 163 125 42 0 67 314 112 32
Binary 10001 1001100 1110011 1010101 100010 0 110111 11001100 1001010 11010

Color Harmonies of #114C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C73

Black with #114C73

Text Example


Text Example

White with #114C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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