#15445B

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

Shades of Astronaut Blue #15445B

Tints of Astronaut Blue #15445B

Color information

#15445B (or 0x15445B) is unknown color: approx Astronaut Blue. HEX triplet: 15, 44 and 5B. RGB value is (21,68,91). Sum of RGB (Red+Green+Blue) = 21+68+91=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #15445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15445B is #EABBA4. Grayscale: #383838. Windows color (decimal): -15383461 or 5981205. OLE color: 5981205.

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

Color convert

RGB216891-
CMYK0.770.2500.64
HSL199.71º62.5%21.96%-
HSV(B)199.71º76.92%35.69%-
XYZ4.265.0510.65-
YUV56.57147.43102.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.67%
GREEN value IS 68 (26.95% from 255) = 37.78%
BLUE value IS 91 (35.94% from 255) = 50.56%
R=11.67%
G=37.78%
B=50.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2168910.770.2500.64199.7162.521.96
Hex15445B4D19040c83e16
Octal251041331153101003107626
Binary1010110001001011011100110111001010000001100100011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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