#13445D

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

Shades of Astronaut Blue #13445D

Tints of Astronaut Blue #13445D

Color information

#13445D (or 0x13445D) is unknown color: approx Astronaut Blue. HEX triplet: 13, 44 and 5D. RGB value is (19,68,93). Sum of RGB (Red+Green+Blue) = 19+68+93=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #13445D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13445D is #ECBBA2. Grayscale: #383838. Windows color (decimal): -15514531 or 6112275. OLE color: 6112275.

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

Color convert

RGB196893-
CMYK0.800.2700.64
HSL200.27º66.07%21.96%-
HSV(B)200.27º79.57%36.47%-
XYZ4.315.0611.11-
YUV56.2148.77101.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.56%
GREEN value IS 68 (26.95% from 255) = 37.78%
BLUE value IS 93 (36.72% from 255) = 51.67%
R=10.56%
G=37.78%
B=51.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1968930.800.2700.64200.2766.0721.96
Hex13445D501B040c84216
Octal2310413512033010031010226
Binary10011100010010111011010000110110100000011001000100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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