Html Css Color HEX #164B5E Astronaut Blue

📋 copy color: '#164B5E'

red 22 ◦ green 75 ◦ blue 94

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

Shades of Astronaut Blue #164B5E

Tints of Astronaut Blue #164B5E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.27%

 BLUE value IS 94 (37.11% from 255) = 49.21%

R = 11.52%
G = 39.27%
B = 49.21%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#164B5E (or 0x164B5E) is known color: Astronaut Blue. HEX triplet: 16, 4B and 5E. RGB value is (22,75,94). Sum of RGB (Red+Green+Blue) = 22+75+94=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #164B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164B5E is #E9B4A1. Grayscale: #3D3D3D. Windows color (decimal): -15316130 or 6179606. OLE color: 6179606.

HSL color Cylindrical-coordinate representation of color #164B5E: hue angle of 195.83º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #164B5E is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 22 75 94 -
CMYK 0.77 0.20 0 0.63
HSL 195.83º 0.62% 0.23% -
HSV(B) 195.83º 0.77% 0.37% -
XYZ 4.87 6.01 11.49 -
YUV 61.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 22 75 94 0.77 0.20 0 0.63 195.83 0.62 0.23
Hex 16 4B 5E 4D 14 0 3F C4 3E 17
Octal 26 113 136 115 24 0 77 304 76 27
Binary 10110 1001011 1011110 1001101 10100 0 111111 11000100 111110 10111

Color Harmonies of #164B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164B5E

Black with #164B5E

Text Example


Text Example

White with #164B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,75,94); }

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

background-color css

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

 a { background-color: rgb(22,75,94); }

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

border-color css

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

 span { border-color: rgb(22,75,94); }

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