#13435D

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

Shades of Astronaut Blue #13435D

Tints of Astronaut Blue #13435D

Color information

#13435D (or 0x13435D) is unknown color: approx Astronaut Blue. HEX triplet: 13, 43 and 5D. RGB value is (19,67,93). Sum of RGB (Red+Green+Blue) = 19+67+93=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #13435D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13435D is #ECBCA2. Grayscale: #373737. Windows color (decimal): -15514787 or 6112019. OLE color: 6112019.

HSL color Cylindrical-coordinate representation of color #13435D: hue angle of 201.08º 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 #13435D is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB196793-
CMYK0.800.2800.64
HSL201.08º66.07%21.96%-
HSV(B)201.08º79.57%36.47%-
XYZ4.254.9411.09-
YUV55.61149.1101.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.61%
GREEN value IS 67 (26.56% from 255) = 37.43%
BLUE value IS 93 (36.72% from 255) = 51.96%
R=10.61%
G=37.43%
B=51.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1967930.800.2800.64201.0866.0721.96
Hex13435D501C040c94216
Octal2310313512034010031110226
Binary10011100001110111011010000111000100000011001001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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