#164171

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

Shades of Dark Cerulean #164171

Tints of Dark Cerulean #164171

Color information

#164171 (or 0x164171) is unknown color: approx Dark Cerulean. HEX triplet: 16, 41 and 71. RGB value is (22,65,113). Sum of RGB (Red+Green+Blue) = 22+65+113=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #164171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164171 is #E9BE8E. Grayscale: #393939. Windows color (decimal): -15318671 or 7422230. OLE color: 7422230.

HSL color Cylindrical-coordinate representation of color #164171: hue angle of 211.65º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #164171 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2265113-
CMYK0.810.4200.56
HSL211.65º67.41%26.47%-
HSV(B)211.65º80.53%44.31%-
XYZ5.25.1416.34-
YUV57.62159.25102.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 113 (44.53% from 255) = 56.5%
R=11%
G=32.5%
B=56.5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22651130.810.4200.56211.6567.4126.47
Hex164171512A038d4431a
Octal261011611215207032410332
Binary10110100000111100011010001101010011100011010100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164171; }

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

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

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

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

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

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

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

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