#164377

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

Shades of Dark Cerulean #164377

Tints of Dark Cerulean #164377

Color information

#164377 (or 0x164377) is unknown color: approx Dark Cerulean. HEX triplet: 16, 43 and 77. RGB value is (22,67,119). Sum of RGB (Red+Green+Blue) = 22+67+119=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #164377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164377 is #E9BC88. Grayscale: #3B3B3B. Windows color (decimal): -15318153 or 7815958. OLE color: 7815958.

HSL color Cylindrical-coordinate representation of color #164377: hue angle of 212.16º 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 #164377 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2267119-
CMYK0.820.4400.53
HSL212.16º68.79%27.65%-
HSV(B)212.16º81.51%46.67%-
XYZ5.675.5218.22-
YUV59.47161.59101.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.58%
GREEN value IS 67 (26.56% from 255) = 32.21%
BLUE value IS 119 (46.88% from 255) = 57.21%
R=10.58%
G=32.21%
B=57.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22671190.820.4400.53212.1668.7927.65
Hex164377522C035d4451c
Octal261031671225406532410534
Binary10110100001111101111010010101100011010111010100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164377; }

 p { color: rgb(22,67,119); }

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

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

 a { background-color: rgb(22,67,119); }

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

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

 span { border-color: rgb(22,67,119); }

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