#13435A

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

Shades of Astronaut Blue #13435A

Tints of Astronaut Blue #13435A

Color information

#13435A (or 0x13435A) is unknown color: approx Astronaut Blue. HEX triplet: 13, 43 and 5A. RGB value is (19,67,90). Sum of RGB (Red+Green+Blue) = 19+67+90=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #13435A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13435A is #ECBCA5. Grayscale: #373737. Windows color (decimal): -15514790 or 5915411. OLE color: 5915411.

HSL color Cylindrical-coordinate representation of color #13435A: hue angle of 199.44º 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 #13435A is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB196790-
CMYK0.790.2600.65
HSL199.44º65.14%21.37%-
HSV(B)199.44º78.89%35.29%-
XYZ4.124.8910.4-
YUV55.27147.6102.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 67 (26.56% from 255) = 38.07%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=10.80%
G=38.07%
B=51.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1967900.790.2600.65199.4465.1421.37
Hex13435A4F1A041c74115
Octal2310313211732010130710125
Binary10011100001110110101001111110100100000111000111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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