#15435B

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

Shades of Astronaut Blue #15435B

Tints of Astronaut Blue #15435B

Color information

#15435B (or 0x15435B) is unknown color: approx Astronaut Blue. HEX triplet: 15, 43 and 5B. RGB value is (21,67,91). Sum of RGB (Red+Green+Blue) = 21+67+91=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #15435B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15435B is #EABCA4. Grayscale: #373737. Windows color (decimal): -15383717 or 5980949. OLE color: 5980949.

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

Color convert

RGB216791-
CMYK0.770.2600.64
HSL200.57º62.5%21.96%-
HSV(B)200.57º76.92%35.69%-
XYZ4.24.9310.63-
YUV55.98147.76103.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.73%
GREEN value IS 67 (26.56% from 255) = 37.43%
BLUE value IS 91 (35.94% from 255) = 50.84%
R=11.73%
G=37.43%
B=50.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2167910.770.2600.64200.5762.521.96
Hex15435B4D1A040c93e16
Octal251031331153201003117626
Binary1010110000111011011100110111010010000001100100111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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