#13485B

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

Shades of Astronaut Blue #13485B

Tints of Astronaut Blue #13485B

Color information

#13485B (or 0x13485B) is unknown color: approx Astronaut Blue. HEX triplet: 13, 48 and 5B. RGB value is (19,72,91). Sum of RGB (Red+Green+Blue) = 19+72+91=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #13485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13485B is #ECB7A4. Grayscale: #3A3A3A. Windows color (decimal): -15513509 or 5982227. OLE color: 5982227.

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

Color convert

RGB197291-
CMYK0.790.2100.64
HSL195.83º65.45%21.57%-
HSV(B)195.83º79.12%35.69%-
XYZ4.475.5310.73-
YUV58.32146.4499.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.44%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 91 (35.94% from 255) = 50%
R=10.44%
G=39.56%
B=50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1972910.790.2100.64195.8365.4521.57
Hex13485B4F15040c44116
Octal2311013311725010030410126
Binary10011100100010110111001111101010100000011000100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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