Html Css Color HEX #164663 Astronaut Blue

📋 copy color: '#164663'

red 22 ◦ green 70 ◦ blue 99

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

Shades of Astronaut Blue #164663

Tints of Astronaut Blue #164663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 51.83%

R = 11.52%
G = 36.65%
B = 51.83%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#164663 (or 0x164663) is known color: Astronaut Blue. HEX triplet: 16, 46 and 63. RGB value is (22,70,99). Sum of RGB (Red+Green+Blue) = 22+70+99=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #164663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164663 is #E9B99C. Grayscale: #3A3A3A. Windows color (decimal): -15317405 or 6506006. OLE color: 6506006.

HSL color Cylindrical-coordinate representation of color #164663: hue angle of 202.6º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164663 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 22 70 99 -
CMYK 0.78 0.29 0 0.61
HSL 202.6º 0.64% 0.24% -
HSV(B) 202.6º 0.78% 0.39% -
XYZ 4.77 5.45 12.61 -
YUV 58.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 22 70 99 0.78 0.29 0 0.61 202.6 0.64 0.24
Hex 16 46 63 4E 1D 0 3D CB 40 18
Octal 26 106 143 116 35 0 75 313 100 30
Binary 10110 1000110 1100011 1001110 11101 0 111101 11001011 1000000 11000

Color Harmonies of #164663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164663

Black with #164663

Text Example


Text Example

White with #164663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164663; }

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

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

background-color css

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

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

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

border-color css

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

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

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