Html Css Color HEX #164562 Astronaut Blue

📋 copy color: '#164562'

red 22 ◦ green 69 ◦ blue 98

#164562
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #164562

Tints of Astronaut Blue #164562

RGB

 RED value IS 22 (8.98% from 255) = 11.64%

 GREEN value IS 69 (27.34% from 255) = 36.51%

 BLUE value IS 98 (38.67% from 255) = 51.85%

R = 11.64%
G = 36.51%
B = 51.85%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164562 (or 0x164562) is known color: Astronaut Blue. HEX triplet: 16, 45 and 62. RGB value is (22,69,98). Sum of RGB (Red+Green+Blue) = 22+69+98=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #164562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164562 is #E9BA9D. Grayscale: #3A3A3A. Windows color (decimal): -15317662 or 6440214. OLE color: 6440214.

HSL color Cylindrical-coordinate representation of color #164562: hue angle of 202.89º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164562 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 69 98 -
CMYK 0.78 0.30 0 0.62
HSL 202.89º 0.63% 0.24% -
HSV(B) 202.89º 0.78% 0.38% -
XYZ 4.66 5.31 12.33 -
YUV 58.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 22 69 98 0.78 0.30 0 0.62 202.89 0.63 0.24
Hex 16 45 62 4E 1E 0 3E CB 3F 18
Octal 26 105 142 116 36 0 76 313 77 30
Binary 10110 1000101 1100010 1001110 11110 0 111110 11001011 111111 11000

Color Harmonies of #164562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164562

Black with #164562

Text Example


Text Example

White with #164562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164562; }

 p { color: rgb(22,69,98); }

 H1.HeaderClassName
 {
   color: #164562;
 }
 .AnyTagClassName
 {
   color: #164562;
 }
</style>

background-color css

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

 a { background-color: rgb(22,69,98); }

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

border-color css

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

 span { border-color: rgb(22,69,98); }

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