#164078

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

Shades of Dark Cerulean #164078

Tints of Dark Cerulean #164078

Color information

#164078 (or 0x164078) is unknown color: approx Dark Cerulean. HEX triplet: 16, 40 and 78. RGB value is (22,64,120). Sum of RGB (Red+Green+Blue) = 22+64+120=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #164078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164078 is #E9BF87. Grayscale: #393939. Windows color (decimal): -15318920 or 7880726. OLE color: 7880726.

HSL color Cylindrical-coordinate representation of color #164078: hue angle of 214.29º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #164078 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2264120-
CMYK0.820.4700.53
HSL214.29º69.01%27.84%-
HSV(B)214.29º81.67%47.06%-
XYZ5.555.1918.48-
YUV57.83163.09102.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.68%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 120 (47.27% from 255) = 58.25%
R=10.68%
G=31.07%
B=58.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22641200.820.4700.53214.2969.0127.84
Hex164078522F035d6451c
Octal261001701225706532610534
Binary10110100000011110001010010101111011010111010110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164078; }

 p { color: rgb(22,64,120); }

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

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

 a { background-color: rgb(22,64,120); }

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

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

 span { border-color: rgb(22,64,120); }

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