Html Css Color HEX #115062 Astronaut Blue

📋 copy color: '#115062'

red 17 ◦ green 80 ◦ blue 98

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

Shades of Astronaut Blue #115062

Tints of Astronaut Blue #115062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.03%

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

R = 8.72%
G = 41.03%
B = 50.26%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#115062 (or 0x115062) is known color: Astronaut Blue. HEX triplet: 11, 50 and 62. RGB value is (17,80,98). Sum of RGB (Red+Green+Blue) = 17+80+98=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #115062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115062 is #EEAF9D. Grayscale: #3F3F3F. Windows color (decimal): -15642526 or 6443025. OLE color: 6443025.

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

Color convert

RGB 17 80 98 -
CMYK 0.83 0.18 0 0.62
HSL 193.33º 0.7% 0.23% -
HSV(B) 193.33º 0.83% 0.38% -
XYZ 5.3 6.74 12.58 -
YUV 63.22 147.63 95.04 -
System Red Green Blue C M Y K H S L
Decimal 17 80 98 0.83 0.18 0 0.62 193.33 0.7 0.23
Hex 11 50 62 53 12 0 3E C1 46 17
Octal 21 120 142 123 22 0 76 301 106 27
Binary 10001 1010000 1100010 1010011 10010 0 111110 11000001 1000110 10111

Color Harmonies of #115062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115062

Black with #115062

Text Example


Text Example

White with #115062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115062; }

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

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

background-color css

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

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

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

border-color css

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

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

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