#13485F

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

Shades of Astronaut Blue #13485F

Tints of Astronaut Blue #13485F

Color information

#13485F (or 0x13485F) is unknown color: approx Astronaut Blue. HEX triplet: 13, 48 and 5F. RGB value is (19,72,95). Sum of RGB (Red+Green+Blue) = 19+72+95=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #13485F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13485F is #ECB7A0. Grayscale: #3A3A3A. Windows color (decimal): -15513505 or 6244371. OLE color: 6244371.

HSL color Cylindrical-coordinate representation of color #13485F: hue angle of 198.16º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13485F is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB197295-
CMYK0.800.2400.63
HSL198.16º66.67%22.35%-
HSV(B)198.16º80%37.25%-
XYZ4.655.611.66-
YUV58.77148.4499.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.22%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 95 (37.5% from 255) = 51.08%
R=10.22%
G=38.71%
B=51.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1972950.800.2400.63198.1666.6722.35
Hex13485F501803Fc64316
Octal231101371203007730610326
Binary1001110010001011111101000011000011111111000110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13485F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13485F; }

 p { color: rgb(19,72,95); }

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

<style>
 a { background-color: #13485F; }

 a { background-color: rgb(19,72,95); }

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

<style>
 span { border-color: #13485F; }

 span { border-color: rgb(19,72,95); }

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