#114F71

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

Shades of Dark Cerulean #114F71

Tints of Dark Cerulean #114F71

Color information

#114F71 (or 0x114F71) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4F and 71. RGB value is (17,79,113). Sum of RGB (Red+Green+Blue) = 17+79+113=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #114F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F71 is #EEB08E. Grayscale: #404040. Windows color (decimal): -15642767 or 7425809. OLE color: 7425809.

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

Color convert

RGB1779113-
CMYK0.850.3000.56
HSL201.25º73.85%25.49%-
HSV(B)201.25º84.96%44.31%-
XYZ6.016.916.64-
YUV64.34155.4694.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.13%
GREEN value IS 79 (31.25% from 255) = 37.80%
BLUE value IS 113 (44.53% from 255) = 54.07%
R=8.13%
G=37.80%
B=54.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17791130.850.3000.56201.2573.8525.49
Hex114F71551E038c94a19
Octal211171611253607031111231
Binary1000110011111110001101010111110011100011001001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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