Html Css Color HEX #164A5C Astronaut Blue

📋 copy color: '#164A5C'

red 22 ◦ green 74 ◦ blue 92

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

Shades of Astronaut Blue #164A5C

Tints of Astronaut Blue #164A5C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.36%

 BLUE value IS 92 (36.33% from 255) = 48.94%

R = 11.7%
G = 39.36%
B = 48.94%

CMYK

 C value IS 0.76

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#164A5C (or 0x164A5C) is known color: Astronaut Blue. HEX triplet: 16, 4A and 5C. RGB value is (22,74,92). Sum of RGB (Red+Green+Blue) = 22+74+92=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #164A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164A5C is #E9B5A3. Grayscale: #3C3C3C. Windows color (decimal): -15316388 or 6048278. OLE color: 6048278.

HSL color Cylindrical-coordinate representation of color #164A5C: hue angle of 195.43º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #164A5C is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 22 74 92 -
CMYK 0.76 0.20 0 0.64
HSL 195.43º 0.61% 0.22% -
HSV(B) 195.43º 0.76% 0.36% -
XYZ 4.71 5.84 11 -
YUV 60.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 22 74 92 0.76 0.20 0 0.64 195.43 0.61 0.22
Hex 16 4A 5C 4C 14 0 40 C3 3D 16
Octal 26 112 134 114 24 0 100 303 75 26
Binary 10110 1001010 1011100 1001100 10100 0 1000000 11000011 111101 10110

Color Harmonies of #164A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164A5C

Black with #164A5C

Text Example


Text Example

White with #164A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164A5C; }

 p { color: rgb(22,74,92); }

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

background-color css

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

 a { background-color: rgb(22,74,92); }

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

border-color css

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

 span { border-color: rgb(22,74,92); }

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