Html Css Color HEX #164360 Astronaut Blue

📋 copy color: '#164360'

red 22 ◦ green 67 ◦ blue 96

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

Shades of Astronaut Blue #164360

Tints of Astronaut Blue #164360

RGB

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

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

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

R = 11.89%
G = 36.22%
B = 51.89%

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

#164360 (or 0x164360) is known color: Astronaut Blue. HEX triplet: 16, 43 and 60. RGB value is (22,67,96). Sum of RGB (Red+Green+Blue) = 22+67+96=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #164360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164360 is #E9BC9F. Grayscale: #383838. Windows color (decimal): -15318176 or 6308630. OLE color: 6308630.

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

Color convert

RGB 22 67 96 -
CMYK 0.77 0.30 0 0.62
HSL 203.51º 0.63% 0.23% -
HSV(B) 203.51º 0.77% 0.38% -
XYZ 4.45 5.03 11.8 -
YUV 56.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 22 67 96 0.77 0.30 0 0.62 203.51 0.63 0.23
Hex 16 43 60 4D 1E 0 3E CC 3F 17
Octal 26 103 140 115 36 0 76 314 77 27
Binary 10110 1000011 1100000 1001101 11110 0 111110 11001100 111111 10111

Color Harmonies of #164360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164360

Black with #164360

Text Example


Text Example

White with #164360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164360; }

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

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

background-color css

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

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

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

border-color css

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

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

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