Html Css Color HEX #115162 Astronaut Blue

📋 copy color: '#115162'

red 17 ◦ green 81 ◦ blue 98

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

Shades of Astronaut Blue #115162

Tints of Astronaut Blue #115162

RGB

 RED value IS 17 (7.03% from 255) = 8.67%

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

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

R = 8.67%
G = 41.33%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#115162 (or 0x115162) is known color: Astronaut Blue. HEX triplet: 11, 51 and 62. RGB value is (17,81,98). Sum of RGB (Red+Green+Blue) = 17+81+98=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #115162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115162 is #EEAE9D. Grayscale: #3F3F3F. Windows color (decimal): -15642270 or 6443281. OLE color: 6443281.

HSL color Cylindrical-coordinate representation of color #115162: hue angle of 192.59º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115162 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 81 98 -
CMYK 0.83 0.17 0 0.62
HSL 192.59º 0.7% 0.23% -
HSV(B) 192.59º 0.83% 0.38% -
XYZ 5.38 6.89 12.6 -
YUV 63.8 147.3 94.62 -
System Red Green Blue C M Y K H S L
Decimal 17 81 98 0.83 0.17 0 0.62 192.59 0.7 0.23
Hex 11 51 62 53 11 0 3E C1 46 17
Octal 21 121 142 123 21 0 76 301 106 27
Binary 10001 1010001 1100010 1010011 10001 0 111110 11000001 1000110 10111

Color Harmonies of #115162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115162

Black with #115162

Text Example


Text Example

White with #115162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115162; }

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

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

background-color css

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

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

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

border-color css

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

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

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