#114C71

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

Shades of Dark Cerulean #114C71

Tints of Dark Cerulean #114C71

Color information

#114C71 (or 0x114C71) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4C and 71. RGB value is (17,76,113). Sum of RGB (Red+Green+Blue) = 17+76+113=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #114C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C71 is #EEB38E. Grayscale: #3E3E3E. Windows color (decimal): -15643535 or 7425041. OLE color: 7425041.

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

Color convert

RGB1776113-
CMYK0.850.3300.56
HSL203.12º73.85%25.49%-
HSV(B)203.12º84.96%44.31%-
XYZ5.86.4816.57-
YUV62.58156.4595.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 76 (30.08% from 255) = 36.89%
BLUE value IS 113 (44.53% from 255) = 54.85%
R=8.25%
G=36.89%
B=54.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17761130.850.3300.56203.1273.8525.49
Hex114C715521038cb4a19
Octal211141611254107031311231
Binary10001100110011100011010101100001011100011001011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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