Html Css Color HEX #165162 Astronaut Blue

📋 copy color: '#165162'

red 22 ◦ green 81 ◦ blue 98

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

Shades of Astronaut Blue #165162

Tints of Astronaut Blue #165162

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.3%

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

R = 10.95%
G = 40.3%
B = 48.76%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#165162 (or 0x165162) is known color: Astronaut Blue. HEX triplet: 16, 51 and 62. RGB value is (22,81,98). Sum of RGB (Red+Green+Blue) = 22+81+98=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #165162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165162 is #E9AE9D. Grayscale: #414141. Windows color (decimal): -15314590 or 6443286. OLE color: 6443286.

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

Color convert

RGB 22 81 98 -
CMYK 0.78 0.17 0 0.62
HSL 193.42º 0.63% 0.24% -
HSV(B) 193.42º 0.78% 0.38% -
XYZ 5.48 6.94 12.61 -
YUV 65.3 146.45 97.12 -
System Red Green Blue C M Y K H S L
Decimal 22 81 98 0.78 0.17 0 0.62 193.42 0.63 0.24
Hex 16 51 62 4E 11 0 3E C1 3F 18
Octal 26 121 142 116 21 0 76 301 77 30
Binary 10110 1010001 1100010 1001110 10001 0 111110 11000001 111111 11000

Color Harmonies of #165162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165162

Black with #165162

Text Example


Text Example

White with #165162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165162; }

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

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

background-color css

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

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

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

border-color css

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

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

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