#15415A

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

Shades of Astronaut Blue #15415A

Tints of Astronaut Blue #15415A

Color information

#15415A (or 0x15415A) is unknown color: approx Astronaut Blue. HEX triplet: 15, 41 and 5A. RGB value is (21,65,90). Sum of RGB (Red+Green+Blue) = 21+65+90=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #15415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15415A is #EABEA5. Grayscale: #363636. Windows color (decimal): -15384230 or 5914901. OLE color: 5914901.

HSL color Cylindrical-coordinate representation of color #15415A: hue angle of 201.74º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15415A is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB216590-
CMYK0.770.2800.65
HSL201.74º62.16%21.76%-
HSV(B)201.74º76.67%35.29%-
XYZ4.054.6810.36-
YUV54.69147.92103.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.93%
GREEN value IS 65 (25.78% from 255) = 36.93%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=11.93%
G=36.93%
B=51.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2165900.770.2800.65201.7462.1621.76
Hex15415A4D1C041ca3e16
Octal251011321153401013127626
Binary1010110000011011010100110111100010000011100101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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