#13455B

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

Shades of Astronaut Blue #13455B

Tints of Astronaut Blue #13455B

Color information

#13455B (or 0x13455B) is unknown color: approx Astronaut Blue. HEX triplet: 13, 45 and 5B. RGB value is (19,69,91). Sum of RGB (Red+Green+Blue) = 19+69+91=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #13455B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13455B is #ECBAA4. Grayscale: #383838. Windows color (decimal): -15514277 or 5981459. OLE color: 5981459.

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

Color convert

RGB196991-
CMYK0.790.2400.64
HSL198.33º65.45%21.57%-
HSV(B)198.33º79.12%35.69%-
XYZ4.295.1510.67-
YUV56.56147.44101.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.61%
GREEN value IS 69 (27.34% from 255) = 38.55%
BLUE value IS 91 (35.94% from 255) = 50.84%
R=10.61%
G=38.55%
B=50.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1969910.790.2400.64198.3365.4521.57
Hex13455B4F18040c64116
Octal2310513311730010030610126
Binary10011100010110110111001111110000100000011000110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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