#115266

Color #115266 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #115266

Tints of Astronaut Blue #115266

Color information

#115266 (or 0x115266) is unknown color: approx 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

RGB1782102-
CMYK0.830.2000.6
HSL194.12º71.43%23.33%-
HSV(B)194.12º83.33%40%-
XYZ5.657.1113.65-
YUV64.84148.9793.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 102 (40.23% from 255) = 50.75%
R=8.46%
G=40.80%
B=50.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17821020.830.2000.6194.1271.4323.33
Hex115266531403Cc24717
Octal211221461232407430210727
Binary1000110100101100110101001110100011110011000010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>