Html Css Color HEX #164058 Astronaut Blue

📋 copy color: '#164058'

red 22 ◦ green 64 ◦ blue 88

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

Shades of Astronaut Blue #164058

Tints of Astronaut Blue #164058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 50.57%

R = 12.64%
G = 36.78%
B = 50.57%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#164058 (or 0x164058) is known color: Astronaut Blue. HEX triplet: 16, 40 and 58. RGB value is (22,64,88). Sum of RGB (Red+Green+Blue) = 22+64+88=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #164058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164058 is #E9BFA7. Grayscale: #363636. Windows color (decimal): -15318952 or 5783574. OLE color: 5783574.

HSL color Cylindrical-coordinate representation of color #164058: hue angle of 201.82º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #164058 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 64 88 -
CMYK 0.75 0.27 0 0.65
HSL 201.82º 0.6% 0.22% -
HSV(B) 201.82º 0.75% 0.35% -
XYZ 3.93 4.54 9.9 -
YUV 54.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 22 64 88 0.75 0.27 0 0.65 201.82 0.6 0.22
Hex 16 40 58 4B 1B 0 41 CA 3C 16
Octal 26 100 130 113 33 0 101 312 74 26
Binary 10110 1000000 1011000 1001011 11011 0 1000001 11001010 111100 10110

Color Harmonies of #164058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164058

Black with #164058

Text Example


Text Example

White with #164058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164058; }

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

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

background-color css

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

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

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

border-color css

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

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

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