#114C74

Color #114C74 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #114C74

Tints of Dark Cerulean #114C74

Color information

#114C74 (or 0x114C74) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4C and 74. RGB value is (17,76,116). Sum of RGB (Red+Green+Blue) = 17+76+116=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #114C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C74 is #EEB38B. Grayscale: #3E3E3E. Windows color (decimal): -15643532 or 7621649. OLE color: 7621649.

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

Color convert

RGB1776116-
CMYK0.850.3400.55
HSL204.24º74.44%26.08%-
HSV(B)204.24º85.34%45.49%-
XYZ5.976.5517.47-
YUV62.92157.9595.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.13%
GREEN value IS 76 (30.08% from 255) = 36.36%
BLUE value IS 116 (45.70% from 255) = 55.50%
R=8.13%
G=36.36%
B=55.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17761160.850.3400.55204.2474.4426.08
Hex114C745522037cc4a1a
Octal211141641254206731411232
Binary10001100110011101001010101100010011011111001100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #114C74;
 }
 .AnyTagClassName
 {
   color: #114C74;
 }
</style>
background-color css

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

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

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

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

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

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