Html Css Color HEX #164E66 Astronaut Blue

📋 copy color: '#164E66'

red 22 ◦ green 78 ◦ blue 102

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

Shades of Astronaut Blue #164E66

Tints of Astronaut Blue #164E66

RGB

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

 GREEN value IS 78 (30.86% from 255) = 38.61%

 BLUE value IS 102 (40.23% from 255) = 50.5%

R = 10.89%
G = 38.61%
B = 50.5%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#164E66 (or 0x164E66) is known color: Astronaut Blue. HEX triplet: 16, 4E and 66. RGB value is (22,78,102). Sum of RGB (Red+Green+Blue) = 22+78+102=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #164E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164E66 is #E9B199. Grayscale: #3F3F3F. Windows color (decimal): -15315354 or 6704662. OLE color: 6704662.

HSL color Cylindrical-coordinate representation of color #164E66: hue angle of 198º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164E66 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 22 78 102 -
CMYK 0.78 0.24 0 0.6
HSL 198º 0.65% 0.24% -
HSV(B) 198º 0.78% 0.4% -
XYZ 5.45 6.58 13.55 -
YUV 63.99 149.45 98.05 -
System Red Green Blue C M Y K H S L
Decimal 22 78 102 0.78 0.24 0 0.6 198 0.65 0.24
Hex 16 4E 66 4E 18 0 3C C6 41 18
Octal 26 116 146 116 30 0 74 306 101 30
Binary 10110 1001110 1100110 1001110 11000 0 111100 11000110 1000001 11000

Color Harmonies of #164E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164E66

Black with #164E66

Text Example


Text Example

White with #164E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164E66; }

 p { color: rgb(22,78,102); }

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

background-color css

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

 a { background-color: rgb(22,78,102); }

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

border-color css

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

 span { border-color: rgb(22,78,102); }

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