#13435F

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

Shades of Astronaut Blue #13435F

Tints of Astronaut Blue #13435F

Color information

#13435F (or 0x13435F) is unknown color: approx Astronaut Blue. HEX triplet: 13, 43 and 5F. RGB value is (19,67,95). Sum of RGB (Red+Green+Blue) = 19+67+95=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #13435F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13435F is #ECBCA0. Grayscale: #373737. Windows color (decimal): -15514785 or 6243091. OLE color: 6243091.

HSL color Cylindrical-coordinate representation of color #13435F: hue angle of 202.11º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13435F is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB196795-
CMYK0.800.2900.63
HSL202.11º66.67%22.35%-
HSV(B)202.11º80%37.25%-
XYZ4.344.9811.56-
YUV55.84150.1101.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.50%
GREEN value IS 67 (26.56% from 255) = 37.02%
BLUE value IS 95 (37.5% from 255) = 52.49%
R=10.50%
G=37.02%
B=52.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1967950.800.2900.63202.1166.6722.35
Hex13435F501D03Fca4316
Octal231031371203507731210326
Binary1001110000111011111101000011101011111111001010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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