Html Css Color HEX #13475D Astronaut Blue

📋 copy color: '#13475D'

red 19 ◦ green 71 ◦ blue 93

#13475D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #13475D

Tints of Astronaut Blue #13475D

RGB

 RED value IS 19 (7.81% from 255) = 10.38%

 GREEN value IS 71 (28.13% from 255) = 38.8%

 BLUE value IS 93 (36.72% from 255) = 50.82%

R = 10.38%
G = 38.8%
B = 50.82%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13475D (or 0x13475D) is known color: Astronaut Blue. HEX triplet: 13, 47 and 5D. RGB value is (19,71,93). Sum of RGB (Red+Green+Blue) = 19+71+93=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #13475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13475D is #ECB8A2. Grayscale: #393939. Windows color (decimal): -15513763 or 6113043. OLE color: 6113043.

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

Color convert

RGB 19 71 93 -
CMYK 0.80 0.24 0 0.64
HSL 197.84º 0.66% 0.22% -
HSV(B) 197.84º 0.8% 0.36% -
XYZ 4.5 5.44 11.17 -
YUV 57.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 19 71 93 0.80 0.24 0 0.64 197.84 0.66 0.22
Hex 13 47 5D 50 18 0 40 C6 42 16
Octal 23 107 135 120 30 0 100 306 102 26
Binary 10011 1000111 1011101 1010000 11000 0 1000000 11000110 1000010 10110

Color Harmonies of #13475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13475D

Black with #13475D

Text Example


Text Example

White with #13475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13475D;
 }
 .AnyTagClassName
 {
   color: #13475D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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