#13415A

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

Shades of Astronaut Blue #13415A

Tints of Astronaut Blue #13415A

Color information

#13415A (or 0x13415A) is unknown color: approx Astronaut Blue. HEX triplet: 13, 41 and 5A. RGB value is (19,65,90). Sum of RGB (Red+Green+Blue) = 19+65+90=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #13415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13415A is #ECBEA5. Grayscale: #353535. Windows color (decimal): -15515302 or 5914899. OLE color: 5914899.

HSL color Cylindrical-coordinate representation of color #13415A: hue angle of 201.13º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13415A is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB196590-
CMYK0.790.2800.65
HSL201.13º65.14%21.37%-
HSV(B)201.13º78.89%35.29%-
XYZ44.6610.36-
YUV54.1148.26102.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 65 (25.78% from 255) = 37.36%
BLUE value IS 90 (35.55% from 255) = 51.72%
R=10.92%
G=37.36%
B=51.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1965900.790.2800.65201.1365.1421.37
Hex13415A4F1C041c94115
Octal2310113211734010131110125
Binary10011100000110110101001111111000100000111001001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13415A; }

 p { color: rgb(19,65,90); }

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

<style>
 a { background-color: #13415A; }

 a { background-color: rgb(19,65,90); }

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

<style>
 span { border-color: #13415A; }

 span { border-color: rgb(19,65,90); }

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