#13455F

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

Shades of Astronaut Blue #13455F

Tints of Astronaut Blue #13455F

Color information

#13455F (or 0x13455F) is unknown color: approx Astronaut Blue. HEX triplet: 13, 45 and 5F. RGB value is (19,69,95). Sum of RGB (Red+Green+Blue) = 19+69+95=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #13455F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13455F is #ECBAA0. Grayscale: #383838. Windows color (decimal): -15514273 or 6243603. OLE color: 6243603.

HSL color Cylindrical-coordinate representation of color #13455F: hue angle of 200.53º 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 #13455F is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB196995-
CMYK0.800.2700.63
HSL200.53º66.67%22.35%-
HSV(B)200.53º80%37.25%-
XYZ4.465.2211.6-
YUV57.01149.44100.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 95 (37.5% from 255) = 51.91%
R=10.38%
G=37.70%
B=51.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1969950.800.2700.63200.5366.6722.35
Hex13455F501B03Fc94316
Octal231051371203307731110326
Binary1001110001011011111101000011011011111111001001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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