Html Css Color HEX #164358 Astronaut Blue

📋 copy color: '#164358'

red 22 ◦ green 67 ◦ blue 88

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

Shades of Astronaut Blue #164358

Tints of Astronaut Blue #164358

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.85%

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

R = 12.43%
G = 37.85%
B = 49.72%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#164358 (or 0x164358) is known color: Astronaut Blue. HEX triplet: 16, 43 and 58. RGB value is (22,67,88). Sum of RGB (Red+Green+Blue) = 22+67+88=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #164358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164358 is #E9BCA7. Grayscale: #373737. Windows color (decimal): -15318184 or 5784342. OLE color: 5784342.

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

Color convert

RGB 22 67 88 -
CMYK 0.75 0.24 0 0.65
HSL 199.09º 0.6% 0.22% -
HSV(B) 199.09º 0.75% 0.35% -
XYZ 4.1 4.89 9.96 -
YUV 55.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 22 67 88 0.75 0.24 0 0.65 199.09 0.6 0.22
Hex 16 43 58 4B 18 0 41 C7 3C 16
Octal 26 103 130 113 30 0 101 307 74 26
Binary 10110 1000011 1011000 1001011 11000 0 1000001 11000111 111100 10110

Color Harmonies of #164358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164358

Black with #164358

Text Example


Text Example

White with #164358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164358; }

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

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

background-color css

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

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

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

border-color css

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

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

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