Html Css Color HEX #19475E Astronaut Blue

📋 copy color: '#19475E'

red 25 ◦ green 71 ◦ blue 94

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

Shades of Astronaut Blue #19475E

Tints of Astronaut Blue #19475E

RGB

 RED value IS 25 (10.16% from 255) = 13.16%

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

 BLUE value IS 94 (37.11% from 255) = 49.47%

R = 13.16%
G = 37.37%
B = 49.47%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19475E (or 0x19475E) is known color: Astronaut Blue. HEX triplet: 19, 47 and 5E. RGB value is (25,71,94). Sum of RGB (Red+Green+Blue) = 25+71+94=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #19475E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19475E is #E6B8A1. Grayscale: #3B3B3B. Windows color (decimal): -15120546 or 6178585. OLE color: 6178585.

HSL color Cylindrical-coordinate representation of color #19475E: hue angle of 200º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19475E is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 71 94 -
CMYK 0.73 0.24 0 0.63
HSL 200º 0.58% 0.23% -
HSV(B) 200º 0.73% 0.37% -
XYZ 4.67 5.52 11.41 -
YUV 59.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 25 71 94 0.73 0.24 0 0.63 200 0.58 0.23
Hex 19 47 5E 49 18 0 3F C8 3A 17
Octal 31 107 136 111 30 0 77 310 72 27
Binary 11001 1000111 1011110 1001001 11000 0 111111 11001000 111010 10111

Color Harmonies of #19475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19475E

Black with #19475E

Text Example


Text Example

White with #19475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19475E; }

 p { color: rgb(25,71,94); }

 H1.HeaderClassName
 {
   color: #19475E;
 }
 .AnyTagClassName
 {
   color: #19475E;
 }
</style>

background-color css

<style>
 a { background-color: #19475E; }

 a { background-color: rgb(25,71,94); }

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

border-color css

<style>
 span { border-color: #19475E; }

 span { border-color: rgb(25,71,94); }

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