#13435B

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

Shades of Astronaut Blue #13435B

Tints of Astronaut Blue #13435B

Color information

#13435B (or 0x13435B) is unknown color: approx Astronaut Blue. HEX triplet: 13, 43 and 5B. RGB value is (19,67,91). Sum of RGB (Red+Green+Blue) = 19+67+91=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #13435B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13435B is #ECBCA4. Grayscale: #373737. Windows color (decimal): -15514789 or 5980947. OLE color: 5980947.

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

Color convert

RGB196791-
CMYK0.790.2600.64
HSL200º65.45%21.57%-
HSV(B)200º79.12%35.69%-
XYZ4.164.9110.63-
YUV55.38148.1102.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.73%
GREEN value IS 67 (26.56% from 255) = 37.85%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=10.73%
G=37.85%
B=51.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1967910.790.2600.6420065.4521.57
Hex13435B4F1A040c84116
Octal2310313311732010031010126
Binary10011100001110110111001111110100100000011001000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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