#164893

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

Shades of Dark Cerulean #164893

Tints of Dark Cerulean #164893

Color information

#164893 (or 0x164893) is unknown color: approx Dark Cerulean. HEX triplet: 16, 48 and 93. RGB value is (22,72,147). Sum of RGB (Red+Green+Blue) = 22+72+147=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #164893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164893 is #E9B76C. Grayscale: #414141. Windows color (decimal): -15316845 or 9652246. OLE color: 9652246.

HSL color Cylindrical-coordinate representation of color #164893: hue angle of 216º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164893 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2272147-
CMYK0.850.5100.42
HSL216º73.96%33.14%-
HSV(B)216º85.03%57.65%-
XYZ7.916.9128.52-
YUV65.6173.9496.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.13%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 147 (57.81% from 255) = 61.00%
R=9.13%
G=29.88%
B=61.00%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22721470.850.5100.4221673.9633.14
Hex164893553302Ad84a21
Octal261102231256305233011241
Binary1011010010001001001110101011100110101010110110001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164893; }

 p { color: rgb(22,72,147); }

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

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

 a { background-color: rgb(22,72,147); }

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

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

 span { border-color: rgb(22,72,147); }

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