#13485D

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

Shades of Astronaut Blue #13485D

Tints of Astronaut Blue #13485D

Color information

#13485D (or 0x13485D) is unknown color: approx Astronaut Blue. HEX triplet: 13, 48 and 5D. RGB value is (19,72,93). Sum of RGB (Red+Green+Blue) = 19+72+93=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #13485D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13485D is #ECB7A2. Grayscale: #3A3A3A. Windows color (decimal): -15513507 or 6113299. OLE color: 6113299.

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

Color convert

RGB197293-
CMYK0.800.2300.64
HSL197.03º66.07%21.96%-
HSV(B)197.03º79.57%36.47%-
XYZ4.565.5611.19-
YUV58.55147.4499.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 72 (28.52% from 255) = 39.13%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=10.33%
G=39.13%
B=50.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1972930.800.2300.64197.0366.0721.96
Hex13485D5017040c54216
Octal2311013512027010030510226
Binary10011100100010111011010000101110100000011000101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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