Html Css Color HEX #13475A Astronaut Blue

📋 copy color: '#13475A'

red 19 ◦ green 71 ◦ blue 90

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

Shades of Astronaut Blue #13475A

Tints of Astronaut Blue #13475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 50%

R = 10.56%
G = 39.44%
B = 50%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13475A (or 0x13475A) is known color: Astronaut Blue. HEX triplet: 13, 47 and 5A. RGB value is (19,71,90). Sum of RGB (Red+Green+Blue) = 19+71+90=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #13475A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13475A is #ECB8A5. Grayscale: #393939. Windows color (decimal): -15513766 or 5916435. OLE color: 5916435.

HSL color Cylindrical-coordinate representation of color #13475A: hue angle of 196.06º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13475A is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 71 90 -
CMYK 0.79 0.21 0 0.65
HSL 196.06º 0.65% 0.21% -
HSV(B) 196.06º 0.79% 0.35% -
XYZ 4.37 5.38 10.48 -
YUV 57.62 146.27 100.46 -
System Red Green Blue C M Y K H S L
Decimal 19 71 90 0.79 0.21 0 0.65 196.06 0.65 0.21
Hex 13 47 5A 4F 15 0 41 C4 41 15
Octal 23 107 132 117 25 0 101 304 101 25
Binary 10011 1000111 1011010 1001111 10101 0 1000001 11000100 1000001 10101

Color Harmonies of #13475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13475A

Black with #13475A

Text Example


Text Example

White with #13475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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