#13425D

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

Shades of Astronaut Blue #13425D

Tints of Astronaut Blue #13425D

Color information

#13425D (or 0x13425D) is unknown color: approx Astronaut Blue. HEX triplet: 13, 42 and 5D. RGB value is (19,66,93). Sum of RGB (Red+Green+Blue) = 19+66+93=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #13425D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13425D is #ECBDA2. Grayscale: #363636. Windows color (decimal): -15515043 or 6111763. OLE color: 6111763.

HSL color Cylindrical-coordinate representation of color #13425D: hue angle of 201.89º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13425D is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB196693-
CMYK0.800.2900.64
HSL201.89º66.07%21.96%-
HSV(B)201.89º79.57%36.47%-
XYZ4.194.8311.07-
YUV55.02149.43102.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.67%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 93 (36.72% from 255) = 52.25%
R=10.67%
G=37.08%
B=52.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1966930.800.2900.64201.8966.0721.96
Hex13425D501D040ca4216
Octal2310213512035010031210226
Binary10011100001010111011010000111010100000011001010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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