Html Css Color HEX #164460 Astronaut Blue

📋 copy color: '#164460'

red 22 ◦ green 68 ◦ blue 96

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

Shades of Astronaut Blue #164460

Tints of Astronaut Blue #164460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 51.61%

R = 11.83%
G = 36.56%
B = 51.61%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164460 (or 0x164460) is known color: Astronaut Blue. HEX triplet: 16, 44 and 60. RGB value is (22,68,96). Sum of RGB (Red+Green+Blue) = 22+68+96=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #164460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164460 is #E9BB9F. Grayscale: #393939. Windows color (decimal): -15317920 or 6308886. OLE color: 6308886.

HSL color Cylindrical-coordinate representation of color #164460: hue angle of 202.7º 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 #164460 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 68 96 -
CMYK 0.77 0.29 0 0.62
HSL 202.7º 0.63% 0.23% -
HSV(B) 202.7º 0.77% 0.38% -
XYZ 4.51 5.15 11.82 -
YUV 57.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 22 68 96 0.77 0.29 0 0.62 202.7 0.63 0.23
Hex 16 44 60 4D 1D 0 3E CB 3F 17
Octal 26 104 140 115 35 0 76 313 77 27
Binary 10110 1000100 1100000 1001101 11101 0 111110 11001011 111111 10111

Color Harmonies of #164460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164460

Black with #164460

Text Example


Text Example

White with #164460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164460; }

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

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

background-color css

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

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

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

border-color css

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

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

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