#13425B

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

Shades of Astronaut Blue #13425B

Tints of Astronaut Blue #13425B

Color information

#13425B (or 0x13425B) is unknown color: approx Astronaut Blue. HEX triplet: 13, 42 and 5B. RGB value is (19,66,91). Sum of RGB (Red+Green+Blue) = 19+66+91=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #13425B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13425B is #ECBDA4. Grayscale: #363636. Windows color (decimal): -15515045 or 5980691. OLE color: 5980691.

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

Color convert

RGB196691-
CMYK0.790.2700.64
HSL200.83º65.45%21.57%-
HSV(B)200.83º79.12%35.69%-
XYZ4.114.7910.61-
YUV54.8148.43102.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 91 (35.94% from 255) = 51.70%
R=10.80%
G=37.5%
B=51.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1966910.790.2700.64200.8365.4521.57
Hex13425B4F1B040c94116
Octal2310213311733010031110126
Binary10011100001010110111001111110110100000011001001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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