Html Css Color HEX #115066 Astronaut Blue

📋 copy color: '#115066'

red 17 ◦ green 80 ◦ blue 102

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

Shades of Astronaut Blue #115066

Tints of Astronaut Blue #115066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 51.26%

R = 8.54%
G = 40.2%
B = 51.26%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#115066 (or 0x115066) is known color: Astronaut Blue. HEX triplet: 11, 50 and 66. RGB value is (17,80,102). Sum of RGB (Red+Green+Blue) = 17+80+102=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #115066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115066 is #EEAF99. Grayscale: #3F3F3F. Windows color (decimal): -15642522 or 6705169. OLE color: 6705169.

HSL color Cylindrical-coordinate representation of color #115066: hue angle of 195.53º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115066 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 80 102 -
CMYK 0.83 0.22 0 0.6
HSL 195.53º 0.71% 0.23% -
HSV(B) 195.53º 0.83% 0.4% -
XYZ 5.5 6.82 13.6 -
YUV 63.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 17 80 102 0.83 0.22 0 0.6 195.53 0.71 0.23
Hex 11 50 66 53 16 0 3C C4 47 17
Octal 21 120 146 123 26 0 74 304 107 27
Binary 10001 1010000 1100110 1010011 10110 0 111100 11000100 1000111 10111

Color Harmonies of #115066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115066

Black with #115066

Text Example


Text Example

White with #115066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115066; }

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

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

background-color css

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

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

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

border-color css

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

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

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