#164271

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

Shades of Dark Cerulean #164271

Tints of Dark Cerulean #164271

Color information

#164271 (or 0x164271) is unknown color: approx Dark Cerulean. HEX triplet: 16, 42 and 71. RGB value is (22,66,113). Sum of RGB (Red+Green+Blue) = 22+66+113=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #164271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164271 is #E9BD8E. Grayscale: #393939. Windows color (decimal): -15318415 or 7422486. OLE color: 7422486.

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

Color convert

RGB2266113-
CMYK0.810.4200.56
HSL210.99º67.41%26.47%-
HSV(B)210.99º80.53%44.31%-
XYZ5.265.2616.36-
YUV58.2158.92102.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.95%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 113 (44.53% from 255) = 56.22%
R=10.95%
G=32.84%
B=56.22%

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
Decimal22661130.810.4200.56210.9967.4126.47
Hex164271512A038d3431a
Octal261021611215207032310332
Binary10110100001011100011010001101010011100011010011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164271; }

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

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

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

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

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

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

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

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