#13425E

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

Shades of Astronaut Blue #13425E

Tints of Astronaut Blue #13425E

Color information

#13425E (or 0x13425E) is unknown color: approx Astronaut Blue. HEX triplet: 13, 42 and 5E. RGB value is (19,66,94). Sum of RGB (Red+Green+Blue) = 19+66+94=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #13425E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13425E is #ECBDA1. Grayscale: #363636. Windows color (decimal): -15515042 or 6177299. OLE color: 6177299.

HSL color Cylindrical-coordinate representation of color #13425E: hue angle of 202.4º degrees, saturation: 0.66, 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 #13425E is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB196694-
CMYK0.800.3000.63
HSL202.4º66.37%22.16%-
HSV(B)202.4º79.79%36.86%-
XYZ4.244.8411.3-
YUV55.14149.93102.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.61%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 94 (37.11% from 255) = 52.51%
R=10.61%
G=36.87%
B=52.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1966940.800.3000.63202.466.3722.16
Hex13425E501E03Fca4216
Octal231021361203607731210226
Binary1001110000101011110101000011110011111111001010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13425E; }

 p { color: rgb(19,66,94); }

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

<style>
 a { background-color: #13425E; }

 a { background-color: rgb(19,66,94); }

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

<style>
 span { border-color: #13425E; }

 span { border-color: rgb(19,66,94); }

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