#15425C

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

Shades of Astronaut Blue #15425C

Tints of Astronaut Blue #15425C

Color information

#15425C (or 0x15425C) is unknown color: approx Astronaut Blue. HEX triplet: 15, 42 and 5C. RGB value is (21,66,92). Sum of RGB (Red+Green+Blue) = 21+66+92=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #15425C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15425C is #EABDA3. Grayscale: #373737. Windows color (decimal): -15383972 or 6046229. OLE color: 6046229.

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

Color convert

RGB216692-
CMYK0.770.2800.64
HSL201.97º62.83%22.16%-
HSV(B)201.97º77.17%36.08%-
XYZ4.194.8310.84-
YUV55.51148.59103.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.73%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 92 (36.33% from 255) = 51.40%
R=11.73%
G=36.87%
B=51.40%

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
Decimal2166920.770.2800.64201.9762.8322.16
Hex15425C4D1C040ca3f16
Octal251021341153401003127726
Binary1010110000101011100100110111100010000001100101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15425C; }

 p { color: rgb(21,66,92); }

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

<style>
 a { background-color: #15425C; }

 a { background-color: rgb(21,66,92); }

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

<style>
 span { border-color: #15425C; }

 span { border-color: rgb(21,66,92); }

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