#164484

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

Shades of Dark Cerulean #164484

Tints of Dark Cerulean #164484

Color information

#164484 (or 0x164484) is unknown color: approx Dark Cerulean. HEX triplet: 16, 44 and 84. RGB value is (22,68,132). Sum of RGB (Red+Green+Blue) = 22+68+132=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #164484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164484 is #E9BB7B. Grayscale: #3D3D3D. Windows color (decimal): -15317884 or 8668182. OLE color: 8668182.

HSL color Cylindrical-coordinate representation of color #164484: hue angle of 214.91º 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 #164484 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2268132-
CMYK0.830.4800.48
HSL214.91º71.43%30.2%-
HSV(B)214.91º83.33%51.76%-
XYZ6.565.9722.64-
YUV61.54167.7699.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.91%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 132 (51.95% from 255) = 59.46%
R=9.91%
G=30.63%
B=59.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22681320.830.4800.48214.9171.4330.2
Hex1644845330030d7471e
Octal261042041236006032710736
Binary101101000100100001001010011110000011000011010111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164484; }

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

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

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

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

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

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

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

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