#13495B

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

Shades of Astronaut Blue #13495B

Tints of Astronaut Blue #13495B

Color information

#13495B (or 0x13495B) is unknown color: approx Astronaut Blue. HEX triplet: 13, 49 and 5B. RGB value is (19,73,91). Sum of RGB (Red+Green+Blue) = 19+73+91=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #13495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13495B is #ECB6A4. Grayscale: #3A3A3A. Windows color (decimal): -15513253 or 5982483. OLE color: 5982483.

HSL color Cylindrical-coordinate representation of color #13495B: hue angle of 195º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13495B is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB197391-
CMYK0.790.2000.64
HSL195º65.45%21.57%-
HSV(B)195º79.12%35.69%-
XYZ4.545.6610.75-
YUV58.91146.1199.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 91 (35.94% from 255) = 49.73%
R=10.38%
G=39.89%
B=49.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1973910.790.2000.6419565.4521.57
Hex13495B4F14040c34116
Octal2311113311724010030310126
Binary10011100100110110111001111101000100000011000011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,73,91); }

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

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

 a { background-color: rgb(19,73,91); }

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

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

 span { border-color: rgb(19,73,91); }

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