#155066

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

Shades of Astronaut Blue #155066

Tints of Astronaut Blue #155066

Color information

#155066 (or 0x155066) is unknown color: approx Astronaut Blue. HEX triplet: 15, 50 and 66. RGB value is (21,80,102). Sum of RGB (Red+Green+Blue) = 21+80+102=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #155066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155066 is #EAAF99. Grayscale: #404040. Windows color (decimal): -15380378 or 6705173. OLE color: 6705173.

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

Color convert

RGB2180102-
CMYK0.790.2200.6
HSL196.3º65.85%24.12%-
HSV(B)196.3º79.41%40%-
XYZ5.586.8613.6-
YUV64.87148.9596.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 102 (40.23% from 255) = 50.25%
R=10.34%
G=39.41%
B=50.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21801020.790.2200.6196.365.8524.12
Hex1550664F1603Cc44218
Octal251201461172607430410230
Binary1010110100001100110100111110110011110011000100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155066; }

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

 H1.HeaderClassName
 {
   color: #155066;
 }
 .AnyTagClassName
 {
   color: #155066;
 }
</style>
background-color css

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

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

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

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

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

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