#15415B

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

Shades of Astronaut Blue #15415B

Tints of Astronaut Blue #15415B

Color information

#15415B (or 0x15415B) is unknown color: approx Astronaut Blue. HEX triplet: 15, 41 and 5B. RGB value is (21,65,91). Sum of RGB (Red+Green+Blue) = 21+65+91=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #15415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15415B is #EABEA4. Grayscale: #363636. Windows color (decimal): -15384229 or 5980437. OLE color: 5980437.

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

Color convert

RGB216591-
CMYK0.770.2900.64
HSL202.29º62.5%21.96%-
HSV(B)202.29º76.92%35.69%-
XYZ4.094.710.59-
YUV54.81148.42103.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.86%
GREEN value IS 65 (25.78% from 255) = 36.72%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=11.86%
G=36.72%
B=51.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2165910.770.2900.64202.2962.521.96
Hex15415B4D1D040ca3e16
Octal251011331153501003127626
Binary1010110000011011011100110111101010000001100101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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