#15485B

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

Shades of Astronaut Blue #15485B

Tints of Astronaut Blue #15485B

Color information

#15485B (or 0x15485B) is unknown color: approx Astronaut Blue. HEX triplet: 15, 48 and 5B. RGB value is (21,72,91). Sum of RGB (Red+Green+Blue) = 21+72+91=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #15485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15485B is #EAB7A4. Grayscale: #3A3A3A. Windows color (decimal): -15382437 or 5982229. OLE color: 5982229.

HSL color Cylindrical-coordinate representation of color #15485B: hue angle of 196.29º 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 #15485B is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB217291-
CMYK0.770.2100.64
HSL196.29º62.5%21.96%-
HSV(B)196.29º76.92%35.69%-
XYZ4.515.5510.73-
YUV58.92146.1100.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.41%
GREEN value IS 72 (28.52% from 255) = 39.13%
BLUE value IS 91 (35.94% from 255) = 49.46%
R=11.41%
G=39.13%
B=49.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2172910.770.2100.64196.2962.521.96
Hex15485B4D15040c43e16
Octal251101331152501003047626
Binary1010110010001011011100110110101010000001100010011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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