Html Css Color HEX #164057 Astronaut Blue

📋 copy color: '#164057'

red 22 ◦ green 64 ◦ blue 87

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

Shades of Astronaut Blue #164057

Tints of Astronaut Blue #164057

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.99%

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

R = 12.72%
G = 36.99%
B = 50.29%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#164057 (or 0x164057) is known color: Astronaut Blue. HEX triplet: 16, 40 and 57. RGB value is (22,64,87). Sum of RGB (Red+Green+Blue) = 22+64+87=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #164057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164057 is #E9BFA8. Grayscale: #353535. Windows color (decimal): -15318953 or 5718038. OLE color: 5718038.

HSL color Cylindrical-coordinate representation of color #164057: hue angle of 201.23º 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 #164057 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 22 64 87 -
CMYK 0.75 0.26 0 0.66
HSL 201.23º 0.6% 0.21% -
HSV(B) 201.23º 0.75% 0.34% -
XYZ 3.88 4.53 9.69 -
YUV 54.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 22 64 87 0.75 0.26 0 0.66 201.23 0.6 0.21
Hex 16 40 57 4B 1A 0 42 C9 3C 15
Octal 26 100 127 113 32 0 102 311 74 25
Binary 10110 1000000 1010111 1001011 11010 0 1000010 11001001 111100 10101

Color Harmonies of #164057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164057

Black with #164057

Text Example


Text Example

White with #164057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164057; }

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

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

background-color css

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

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

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

border-color css

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

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

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