Html Css Color HEX #164362 Astronaut Blue

📋 copy color: '#164362'

red 22 ◦ green 67 ◦ blue 98

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

Shades of Astronaut Blue #164362

Tints of Astronaut Blue #164362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 52.41%

R = 11.76%
G = 35.83%
B = 52.41%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164362 (or 0x164362) is known color: Astronaut Blue. HEX triplet: 16, 43 and 62. RGB value is (22,67,98). Sum of RGB (Red+Green+Blue) = 22+67+98=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #164362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164362 is #E9BC9D. Grayscale: #383838. Windows color (decimal): -15318174 or 6439702. OLE color: 6439702.

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

Color convert

RGB 22 67 98 -
CMYK 0.78 0.32 0 0.62
HSL 204.47º 0.63% 0.24% -
HSV(B) 204.47º 0.78% 0.38% -
XYZ 4.54 5.07 12.29 -
YUV 57.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 22 67 98 0.78 0.32 0 0.62 204.47 0.63 0.24
Hex 16 43 62 4E 20 0 3E CC 3F 18
Octal 26 103 142 116 40 0 76 314 77 30
Binary 10110 1000011 1100010 1001110 100000 0 111110 11001100 111111 11000

Color Harmonies of #164362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164362

Black with #164362

Text Example


Text Example

White with #164362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164362; }

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

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

background-color css

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

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

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

border-color css

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

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

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