#15435D

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

Shades of Astronaut Blue #15435D

Tints of Astronaut Blue #15435D

Color information

#15435D (or 0x15435D) is unknown color: approx Astronaut Blue. HEX triplet: 15, 43 and 5D. RGB value is (21,67,93). Sum of RGB (Red+Green+Blue) = 21+67+93=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #15435D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15435D is #EABCA2. Grayscale: #383838. Windows color (decimal): -15383715 or 6112021. OLE color: 6112021.

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

Color convert

RGB216793-
CMYK0.770.2800.64
HSL201.67º63.16%22.35%-
HSV(B)201.67º77.42%36.47%-
XYZ4.294.9611.09-
YUV56.21148.76102.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 67 (26.56% from 255) = 37.02%
BLUE value IS 93 (36.72% from 255) = 51.38%
R=11.60%
G=37.02%
B=51.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2167930.770.2800.64201.6763.1622.35
Hex15435D4D1C040ca3f16
Octal251031351153401003127726
Binary1010110000111011101100110111100010000001100101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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