Html Css Color HEX #115266 Astronaut Blue

📋 copy color: '#115266'

red 17 ◦ green 82 ◦ blue 102

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

Shades of Astronaut Blue #115266

Tints of Astronaut Blue #115266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.8%

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

R = 8.46%
G = 40.8%
B = 50.75%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#115266 (or 0x115266) is known color: Astronaut Blue. HEX triplet: 11, 52 and 66. RGB value is (17,82,102). Sum of RGB (Red+Green+Blue) = 17+82+102=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #115266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115266 is #EEAD99. Grayscale: #404040. Windows color (decimal): -15642010 or 6705681. OLE color: 6705681.

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

Color convert

RGB 17 82 102 -
CMYK 0.83 0.20 0 0.6
HSL 194.12º 0.71% 0.23% -
HSV(B) 194.12º 0.83% 0.4% -
XYZ 5.65 7.11 13.65 -
YUV 64.85 148.97 93.87 -
System Red Green Blue C M Y K H S L
Decimal 17 82 102 0.83 0.20 0 0.6 194.12 0.71 0.23
Hex 11 52 66 53 14 0 3C C2 47 17
Octal 21 122 146 123 24 0 74 302 107 27
Binary 10001 1010010 1100110 1010011 10100 0 111100 11000010 1000111 10111

Color Harmonies of #115266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115266

Black with #115266

Text Example


Text Example

White with #115266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115266; }

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

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

background-color css

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

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

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

border-color css

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

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

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