#15495D

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

Shades of Astronaut Blue #15495D

Tints of Astronaut Blue #15495D

Color information

#15495D (or 0x15495D) is unknown color: approx Astronaut Blue. HEX triplet: 15, 49 and 5D. RGB value is (21,73,93). Sum of RGB (Red+Green+Blue) = 21+73+93=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #15495D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15495D is #EAB6A2. Grayscale: #3B3B3B. Windows color (decimal): -15382179 or 6113557. OLE color: 6113557.

HSL color Cylindrical-coordinate representation of color #15495D: hue angle of 196.67º degrees, saturation: 0.63, 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 #15495D is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB217393-
CMYK0.770.2200.64
HSL196.67º63.16%22.35%-
HSV(B)196.67º77.42%36.47%-
XYZ4.675.7111.21-
YUV59.73146.77100.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=11.23%
G=39.04%
B=49.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2173930.770.2200.64196.6763.1622.35
Hex15495D4D16040c53f16
Octal251111351152601003057726
Binary1010110010011011101100110110110010000001100010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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