Html Css Color HEX #164565 Astronaut Blue

📋 copy color: '#164565'

red 22 ◦ green 69 ◦ blue 101

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

Shades of Astronaut Blue #164565

Tints of Astronaut Blue #164565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.94%

 BLUE value IS 101 (39.84% from 255) = 52.6%

R = 11.46%
G = 35.94%
B = 52.6%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#164565 (or 0x164565) is known color: Astronaut Blue. HEX triplet: 16, 45 and 65. RGB value is (22,69,101). Sum of RGB (Red+Green+Blue) = 22+69+101=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #164565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164565 is #E9BA9A. Grayscale: #3A3A3A. Windows color (decimal): -15317659 or 6636822. OLE color: 6636822.

HSL color Cylindrical-coordinate representation of color #164565: hue angle of 204.3º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164565 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 22 69 101 -
CMYK 0.78 0.32 0 0.60
HSL 204.3º 0.64% 0.24% -
HSV(B) 204.3º 0.78% 0.4% -
XYZ 4.81 5.37 13.09 -
YUV 58.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 22 69 101 0.78 0.32 0 0.60 204.3 0.64 0.24
Hex 16 45 65 4E 20 0 3C CC 40 18
Octal 26 105 145 116 40 0 74 314 100 30
Binary 10110 1000101 1100101 1001110 100000 0 111100 11001100 1000000 11000

Color Harmonies of #164565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164565

Black with #164565

Text Example


Text Example

White with #164565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164565; }

 p { color: rgb(22,69,101); }

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

background-color css

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

 a { background-color: rgb(22,69,101); }

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

border-color css

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

 span { border-color: rgb(22,69,101); }

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