#114171

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

Shades of Dark Cerulean #114171

Tints of Dark Cerulean #114171

Color information

#114171 (or 0x114171) is unknown color: approx Dark Cerulean. HEX triplet: 11, 41 and 71. RGB value is (17,65,113). Sum of RGB (Red+Green+Blue) = 17+65+113=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #114171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114171 is #EEBE8E. Grayscale: #373737. Windows color (decimal): -15646351 or 7422225. OLE color: 7422225.

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

Color convert

RGB1765113-
CMYK0.850.4200.56
HSL210º73.85%25.49%-
HSV(B)210º84.96%44.31%-
XYZ5.15.0916.34-
YUV56.12160.1100.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.72%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 113 (44.53% from 255) = 57.95%
R=8.72%
G=33.33%
B=57.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17651130.850.4200.5621073.8525.49
Hex114171552A038d24a19
Octal211011611255207032211231
Binary10001100000111100011010101101010011100011010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114171; }

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

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

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

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

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

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

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

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