#114172

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

Shades of Dark Cerulean #114172

Tints of Dark Cerulean #114172

Color information

#114172 (or 0x114172) is unknown color: approx Dark Cerulean. HEX triplet: 11, 41 and 72. RGB value is (17,65,114). Sum of RGB (Red+Green+Blue) = 17+65+114=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #114172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114172 is #EEBE8D. Grayscale: #373737. Windows color (decimal): -15646350 or 7487761. OLE color: 7487761.

HSL color Cylindrical-coordinate representation of color #114172: hue angle of 210.31º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114172 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1765114-
CMYK0.850.4300.55
HSL210.31º74.05%25.69%-
HSV(B)210.31º85.09%44.71%-
XYZ5.165.1116.63-
YUV56.23160.6100.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.67%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 114 (44.92% from 255) = 58.16%
R=8.67%
G=33.16%
B=58.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17651140.850.4300.55210.3174.0525.69
Hex114172552B037d24a1a
Octal211011621255306732211232
Binary10001100000111100101010101101011011011111010010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114172; }

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

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

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

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

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

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

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

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