#13445F

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

Shades of Astronaut Blue #13445F

Tints of Astronaut Blue #13445F

Color information

#13445F (or 0x13445F) is unknown color: approx Astronaut Blue. HEX triplet: 13, 44 and 5F. RGB value is (19,68,95). Sum of RGB (Red+Green+Blue) = 19+68+95=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #13445F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13445F is #ECBBA0. Grayscale: #383838. Windows color (decimal): -15514529 or 6243347. OLE color: 6243347.

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

Color convert

RGB196895-
CMYK0.800.2800.63
HSL201.32º66.67%22.35%-
HSV(B)201.32º80%37.25%-
XYZ4.45.111.58-
YUV56.43149.77101.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.44%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 95 (37.5% from 255) = 52.20%
R=10.44%
G=37.36%
B=52.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1968950.800.2800.63201.3266.6722.35
Hex13445F501C03Fc94316
Octal231041371203407731110326
Binary1001110001001011111101000011100011111111001001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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