Html Css Color HEX #164557 Astronaut Blue

📋 copy color: '#164557'

red 22 ◦ green 69 ◦ blue 87

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

Shades of Astronaut Blue #164557

Tints of Astronaut Blue #164557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.76%

 BLUE value IS 87 (34.38% from 255) = 48.88%

R = 12.36%
G = 38.76%
B = 48.88%

CMYK

 C value IS 0.75

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#164557 (or 0x164557) is known color: Astronaut Blue. HEX triplet: 16, 45 and 57. RGB value is (22,69,87). Sum of RGB (Red+Green+Blue) = 22+69+87=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #164557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164557 is #E9BAA8. Grayscale: #383838. Windows color (decimal): -15317673 or 5719318. OLE color: 5719318.

HSL color Cylindrical-coordinate representation of color #164557: hue angle of 196.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #164557 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 22 69 87 -
CMYK 0.75 0.21 0 0.66
HSL 196.62º 0.6% 0.21% -
HSV(B) 196.62º 0.75% 0.34% -
XYZ 4.18 5.11 9.78 -
YUV 57 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 22 69 87 0.75 0.21 0 0.66 196.62 0.6 0.21
Hex 16 45 57 4B 15 0 42 C5 3C 15
Octal 26 105 127 113 25 0 102 305 74 25
Binary 10110 1000101 1010111 1001011 10101 0 1000010 11000101 111100 10101

Color Harmonies of #164557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164557

Black with #164557

Text Example


Text Example

White with #164557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164557; }

 p { color: rgb(22,69,87); }

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

background-color css

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

 a { background-color: rgb(22,69,87); }

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

border-color css

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

 span { border-color: rgb(22,69,87); }

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