#15495B

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

Shades of Astronaut Blue #15495B

Tints of Astronaut Blue #15495B

Color information

#15495B (or 0x15495B) is unknown color: approx Astronaut Blue. HEX triplet: 15, 49 and 5B. RGB value is (21,73,91). Sum of RGB (Red+Green+Blue) = 21+73+91=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #15495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15495B is #EAB6A4. Grayscale: #3B3B3B. Windows color (decimal): -15382181 or 5982485. OLE color: 5982485.

HSL color Cylindrical-coordinate representation of color #15495B: hue angle of 195.43º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15495B is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB217391-
CMYK0.770.2000.64
HSL195.43º62.5%21.96%-
HSV(B)195.43º76.92%35.69%-
XYZ4.585.6810.75-
YUV59.5145.77100.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.35%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 91 (35.94% from 255) = 49.19%
R=11.35%
G=39.46%
B=49.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2173910.770.2000.64195.4362.521.96
Hex15495B4D14040c33e16
Octal251111331152401003037626
Binary1010110010011011011100110110100010000001100001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15495B; }

 p { color: rgb(21,73,91); }

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

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

 a { background-color: rgb(21,73,91); }

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

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

 span { border-color: rgb(21,73,91); }

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