#114A71

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

Shades of Dark Cerulean #114A71

Tints of Dark Cerulean #114A71

Color information

#114A71 (or 0x114A71) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4A and 71. RGB value is (17,74,113). Sum of RGB (Red+Green+Blue) = 17+74+113=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #114A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A71 is #EEB58E. Grayscale: #3D3D3D. Windows color (decimal): -15644047 or 7424529. OLE color: 7424529.

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

Color convert

RGB1774113-
CMYK0.850.3500.56
HSL204.38º73.85%25.49%-
HSV(B)204.38º84.96%44.31%-
XYZ5.666.2116.52-
YUV61.4157.1296.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 74 (29.30% from 255) = 36.27%
BLUE value IS 113 (44.53% from 255) = 55.39%
R=8.33%
G=36.27%
B=55.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17741130.850.3500.56204.3873.8525.49
Hex114A715523038cc4a19
Octal211121611254307031411231
Binary10001100101011100011010101100011011100011001100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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