#164284

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

Shades of Dark Cerulean #164284

Tints of Dark Cerulean #164284

Color information

#164284 (or 0x164284) is unknown color: approx Dark Cerulean. HEX triplet: 16, 42 and 84. RGB value is (22,66,132). Sum of RGB (Red+Green+Blue) = 22+66+132=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #164284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164284 is #E9BD7B. Grayscale: #3C3C3C. Windows color (decimal): -15318396 or 8667670. OLE color: 8667670.

HSL color Cylindrical-coordinate representation of color #164284: hue angle of 216º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #164284 is Cyan = 0.83, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2266132-
CMYK0.830.500.48
HSL216º71.43%30.2%-
HSV(B)216º83.33%51.76%-
XYZ6.445.7322.6-
YUV60.37168.42100.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10%
GREEN value IS 66 (26.17% from 255) = 30%
BLUE value IS 132 (51.95% from 255) = 60%
R=10%
G=30%
B=60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22661320.830.500.4821671.4330.2
Hex1642845332030d8471e
Octal261022041236206033010736
Binary101101000010100001001010011110010011000011011000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164284; }

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

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

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

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

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

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

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

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