Html Css Color HEX #164461 Astronaut Blue

📋 copy color: '#164461'

red 22 ◦ green 68 ◦ blue 97

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

Shades of Astronaut Blue #164461

Tints of Astronaut Blue #164461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

 BLUE value IS 97 (38.28% from 255) = 51.87%

R = 11.76%
G = 36.36%
B = 51.87%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164461 (or 0x164461) is known color: Astronaut Blue. HEX triplet: 16, 44 and 61. RGB value is (22,68,97). Sum of RGB (Red+Green+Blue) = 22+68+97=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #164461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164461 is #E9BB9E. Grayscale: #393939. Windows color (decimal): -15317919 or 6374422. OLE color: 6374422.

HSL color Cylindrical-coordinate representation of color #164461: hue angle of 203.2º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #164461 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 68 97 -
CMYK 0.77 0.30 0 0.62
HSL 203.2º 0.63% 0.23% -
HSV(B) 203.2º 0.77% 0.38% -
XYZ 4.56 5.17 12.07 -
YUV 57.55 150.26 102.64 -
System Red Green Blue C M Y K H S L
Decimal 22 68 97 0.77 0.30 0 0.62 203.2 0.63 0.23
Hex 16 44 61 4D 1E 0 3E CB 3F 17
Octal 26 104 141 115 36 0 76 313 77 27
Binary 10110 1000100 1100001 1001101 11110 0 111110 11001011 111111 10111

Color Harmonies of #164461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164461

Black with #164461

Text Example


Text Example

White with #164461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164461; }

 p { color: rgb(22,68,97); }

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

background-color css

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

 a { background-color: rgb(22,68,97); }

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

border-color css

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

 span { border-color: rgb(22,68,97); }

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