#15455B

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

Shades of Astronaut Blue #15455B

Tints of Astronaut Blue #15455B

Color information

#15455B (or 0x15455B) is unknown color: approx Astronaut Blue. HEX triplet: 15, 45 and 5B. RGB value is (21,69,91). Sum of RGB (Red+Green+Blue) = 21+69+91=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #15455B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15455B is #EABAA4. Grayscale: #393939. Windows color (decimal): -15383205 or 5981461. OLE color: 5981461.

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

Color convert

RGB216991-
CMYK0.770.2400.64
HSL198.86º62.5%21.96%-
HSV(B)198.86º76.92%35.69%-
XYZ4.335.1710.67-
YUV57.16147.1102.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=11.60%
G=38.12%
B=50.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2169910.770.2400.64198.8662.521.96
Hex15455B4D18040c73e16
Octal251051331153001003077626
Binary1010110001011011011100110111000010000001100011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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