Html Css Color HEX #164662 Astronaut Blue

📋 copy color: '#164662'

red 22 ◦ green 70 ◦ blue 98

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

Shades of Astronaut Blue #164662

Tints of Astronaut Blue #164662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.84%

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

R = 11.58%
G = 36.84%
B = 51.58%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164662 (or 0x164662) is known color: Astronaut Blue. HEX triplet: 16, 46 and 62. RGB value is (22,70,98). Sum of RGB (Red+Green+Blue) = 22+70+98=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #164662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164662 is #E9B99D. Grayscale: #3A3A3A. Windows color (decimal): -15317406 or 6440470. OLE color: 6440470.

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

Color convert

RGB 22 70 98 -
CMYK 0.78 0.29 0 0.62
HSL 202.11º 0.63% 0.24% -
HSV(B) 202.11º 0.78% 0.38% -
XYZ 4.73 5.43 12.35 -
YUV 58.84 150.1 101.72 -
System Red Green Blue C M Y K H S L
Decimal 22 70 98 0.78 0.29 0 0.62 202.11 0.63 0.24
Hex 16 46 62 4E 1D 0 3E CA 3F 18
Octal 26 106 142 116 35 0 76 312 77 30
Binary 10110 1000110 1100010 1001110 11101 0 111110 11001010 111111 11000

Color Harmonies of #164662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164662

Black with #164662

Text Example


Text Example

White with #164662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164662; }

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

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

background-color css

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

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

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

border-color css

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

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

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