Html Css Color HEX #164862 Astronaut Blue

📋 copy color: '#164862'

red 22 ◦ green 72 ◦ blue 98

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

Shades of Astronaut Blue #164862

Tints of Astronaut Blue #164862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.5%

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

R = 11.46%
G = 37.5%
B = 51.04%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164862 (or 0x164862) is known color: Astronaut Blue. HEX triplet: 16, 48 and 62. RGB value is (22,72,98). Sum of RGB (Red+Green+Blue) = 22+72+98=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #164862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164862 is #E9B79D. Grayscale: #3B3B3B. Windows color (decimal): -15316894 or 6440982. OLE color: 6440982.

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

Color convert

RGB 22 72 98 -
CMYK 0.78 0.27 0 0.62
HSL 200.53º 0.63% 0.24% -
HSV(B) 200.53º 0.78% 0.38% -
XYZ 4.85 5.69 12.4 -
YUV 60.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 22 72 98 0.78 0.27 0 0.62 200.53 0.63 0.24
Hex 16 48 62 4E 1B 0 3E C9 3F 18
Octal 26 110 142 116 33 0 76 311 77 30
Binary 10110 1001000 1100010 1001110 11011 0 111110 11001001 111111 11000

Color Harmonies of #164862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164862

Black with #164862

Text Example


Text Example

White with #164862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164862; }

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

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

background-color css

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

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

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

border-color css

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

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

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