#15485C

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

Shades of Astronaut Blue #15485C

Tints of Astronaut Blue #15485C

Color information

#15485C (or 0x15485C) is unknown color: approx Astronaut Blue. HEX triplet: 15, 48 and 5C. RGB value is (21,72,92). Sum of RGB (Red+Green+Blue) = 21+72+92=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #15485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15485C is #EAB7A3. Grayscale: #3A3A3A. Windows color (decimal): -15382436 or 6047765. OLE color: 6047765.

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

Color convert

RGB217292-
CMYK0.770.2200.64
HSL196.9º62.83%22.16%-
HSV(B)196.9º77.17%36.08%-
XYZ4.565.5710.96-
YUV59.03146.6100.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.35%
GREEN value IS 72 (28.52% from 255) = 38.92%
BLUE value IS 92 (36.33% from 255) = 49.73%
R=11.35%
G=38.92%
B=49.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2172920.770.2200.64196.962.8322.16
Hex15485C4D16040c53f16
Octal251101341152601003057726
Binary1010110010001011100100110110110010000001100010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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