Html Css Color HEX #164258 Astronaut Blue

📋 copy color: '#164258'

red 22 ◦ green 66 ◦ blue 88

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

Shades of Astronaut Blue #164258

Tints of Astronaut Blue #164258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.5%

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

R = 12.5%
G = 37.5%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#164258 (or 0x164258) is known color: Astronaut Blue. HEX triplet: 16, 42 and 58. RGB value is (22,66,88). Sum of RGB (Red+Green+Blue) = 22+66+88=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #164258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164258 is #E9BDA7. Grayscale: #373737. Windows color (decimal): -15318440 or 5784086. OLE color: 5784086.

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

Color convert

RGB 22 66 88 -
CMYK 0.75 0.25 0 0.65
HSL 200º 0.6% 0.22% -
HSV(B) 200º 0.75% 0.35% -
XYZ 4.04 4.77 9.94 -
YUV 55.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 22 66 88 0.75 0.25 0 0.65 200 0.6 0.22
Hex 16 42 58 4B 19 0 41 C8 3C 16
Octal 26 102 130 113 31 0 101 310 74 26
Binary 10110 1000010 1011000 1001011 11001 0 1000001 11001000 111100 10110

Color Harmonies of #164258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164258

Black with #164258

Text Example


Text Example

White with #164258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164258; }

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

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

background-color css

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

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

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

border-color css

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

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

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