#164683

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

Shades of Dark Cerulean #164683

Tints of Dark Cerulean #164683

Color information

#164683 (or 0x164683) is unknown color: approx Dark Cerulean. HEX triplet: 16, 46 and 83. RGB value is (22,70,131). Sum of RGB (Red+Green+Blue) = 22+70+131=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #164683 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164683 is #E9B97C. Grayscale: #3E3E3E. Windows color (decimal): -15317373 or 8603158. OLE color: 8603158.

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

Color convert

RGB2270131-
CMYK0.830.4700.49
HSL213.58º71.24%30%-
HSV(B)213.58º83.21%51.37%-
XYZ6.626.1922.32-
YUV62.6166.699.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.87%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 131 (51.56% from 255) = 58.74%
R=9.87%
G=31.39%
B=58.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal22701310.830.4700.49213.5871.2430
Hex164683532F031d6471e
Octal261062031235706132610736
Binary101101000110100000111010011101111011000111010110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164683; }

 p { color: rgb(22,70,131); }

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

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

 a { background-color: rgb(22,70,131); }

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

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

 span { border-color: rgb(22,70,131); }

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