#114B71

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

Shades of Dark Cerulean #114B71

Tints of Dark Cerulean #114B71

Color information

#114B71 (or 0x114B71) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4B and 71. RGB value is (17,75,113). Sum of RGB (Red+Green+Blue) = 17+75+113=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #114B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B71 is #EEB48E. Grayscale: #3D3D3D. Windows color (decimal): -15643791 or 7424785. OLE color: 7424785.

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

Color convert

RGB1775113-
CMYK0.850.3400.56
HSL203.75º73.85%25.49%-
HSV(B)203.75º84.96%44.31%-
XYZ5.736.3416.55-
YUV61.99156.7895.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 113 (44.53% from 255) = 55.12%
R=8.29%
G=36.59%
B=55.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17751130.850.3400.56203.7573.8525.49
Hex114B715522038cc4a19
Octal211131611254207031411231
Binary10001100101111100011010101100010011100011001100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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