Html Css Color HEX #13475C Astronaut Blue

📋 copy color: '#13475C'

red 19 ◦ green 71 ◦ blue 92

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

Shades of Astronaut Blue #13475C

Tints of Astronaut Blue #13475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 50.55%

R = 10.44%
G = 39.01%
B = 50.55%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13475C (or 0x13475C) is known color: Astronaut Blue. HEX triplet: 13, 47 and 5C. RGB value is (19,71,92). Sum of RGB (Red+Green+Blue) = 19+71+92=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #13475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13475C is #ECB8A3. Grayscale: #393939. Windows color (decimal): -15513764 or 6047507. OLE color: 6047507.

HSL color Cylindrical-coordinate representation of color #13475C: hue angle of 197.26º degrees, saturation: 0.66, 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 #13475C is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 71 92 -
CMYK 0.79 0.23 0 0.64
HSL 197.26º 0.66% 0.22% -
HSV(B) 197.26º 0.79% 0.36% -
XYZ 4.45 5.42 10.94 -
YUV 57.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 19 71 92 0.79 0.23 0 0.64 197.26 0.66 0.22
Hex 13 47 5C 4F 17 0 40 C5 42 16
Octal 23 107 134 117 27 0 100 305 102 26
Binary 10011 1000111 1011100 1001111 10111 0 1000000 11000101 1000010 10110

Color Harmonies of #13475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13475C

Black with #13475C

Text Example


Text Example

White with #13475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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