#13415B

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

Shades of Astronaut Blue #13415B

Tints of Astronaut Blue #13415B

Color information

#13415B (or 0x13415B) is unknown color: approx Astronaut Blue. HEX triplet: 13, 41 and 5B. RGB value is (19,65,91). Sum of RGB (Red+Green+Blue) = 19+65+91=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #13415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13415B is #ECBEA4. Grayscale: #363636. Windows color (decimal): -15515301 or 5980435. OLE color: 5980435.

HSL color Cylindrical-coordinate representation of color #13415B: hue angle of 201.67º 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 #13415B is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB196591-
CMYK0.790.2900.64
HSL201.67º65.45%21.57%-
HSV(B)201.67º79.12%35.69%-
XYZ4.054.6710.59-
YUV54.21148.76102.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 91 (35.94% from 255) = 52%
R=10.86%
G=37.14%
B=52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1965910.790.2900.64201.6765.4521.57
Hex13415B4F1D040ca4116
Octal2310113311735010031210126
Binary10011100000110110111001111111010100000011001010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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