#164254

Color #164254 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #164254

Tints of Astronaut Blue #164254

Color information

#164254 (or 0x164254) is unknown color: approx Astronaut Blue. HEX triplet: 16, 42 and 54. RGB value is (22,66,84). Sum of RGB (Red+Green+Blue) = 22+66+84=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #164254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164254 is #E9BDAB. Grayscale: #363636. Windows color (decimal): -15318444 or 5521942. OLE color: 5521942.

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

Color convert

RGB226684-
CMYK0.740.2100.67
HSL197.42º58.49%20.78%-
HSV(B)197.42º73.81%32.94%-
XYZ3.884.719.09-
YUV54.9144.42104.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.79%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 84 (33.20% from 255) = 48.84%
R=12.79%
G=38.37%
B=48.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2266840.740.2100.67197.4258.4920.78
Hex1642544A15043c53a15
Octal261021241122501033057225
Binary1011010000101010100100101010101010000111100010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164254; }

 p { color: rgb(22,66,84); }

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

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

 a { background-color: rgb(22,66,84); }

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

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

 span { border-color: rgb(22,66,84); }

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