Html Css Color HEX #164462 Astronaut Blue

📋 copy color: '#164462'

red 22 ◦ green 68 ◦ blue 98

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

Shades of Astronaut Blue #164462

Tints of Astronaut Blue #164462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.17%

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

R = 11.7%
G = 36.17%
B = 52.13%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164462 (or 0x164462) is known color: Astronaut Blue. HEX triplet: 16, 44 and 62. RGB value is (22,68,98). Sum of RGB (Red+Green+Blue) = 22+68+98=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #164462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164462 is #E9BB9D. Grayscale: #393939. Windows color (decimal): -15317918 or 6439958. OLE color: 6439958.

HSL color Cylindrical-coordinate representation of color #164462: hue angle of 203.68º 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 #164462 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 68 98 -
CMYK 0.78 0.31 0 0.62
HSL 203.68º 0.63% 0.24% -
HSV(B) 203.68º 0.78% 0.38% -
XYZ 4.6 5.19 12.31 -
YUV 57.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 22 68 98 0.78 0.31 0 0.62 203.68 0.63 0.24
Hex 16 44 62 4E 1F 0 3E CC 3F 18
Octal 26 104 142 116 37 0 76 314 77 30
Binary 10110 1000100 1100010 1001110 11111 0 111110 11001100 111111 11000

Color Harmonies of #164462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164462

Black with #164462

Text Example


Text Example

White with #164462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164462; }

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

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

background-color css

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

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

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

border-color css

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

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

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