Html Css Color HEX #19475D Astronaut Blue

📋 copy color: '#19475D'

red 25 ◦ green 71 ◦ blue 93

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

Shades of Astronaut Blue #19475D

Tints of Astronaut Blue #19475D

RGB

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

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

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

R = 13.23%
G = 37.57%
B = 49.21%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19475D (or 0x19475D) is known color: Astronaut Blue. HEX triplet: 19, 47 and 5D. RGB value is (25,71,93). Sum of RGB (Red+Green+Blue) = 25+71+93=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #19475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19475D is #E6B8A2. Grayscale: #3B3B3B. Windows color (decimal): -15120547 or 6113049. OLE color: 6113049.

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

Color convert

RGB 25 71 93 -
CMYK 0.73 0.24 0 0.64
HSL 199.41º 0.58% 0.23% -
HSV(B) 199.41º 0.73% 0.36% -
XYZ 4.63 5.5 11.17 -
YUV 59.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 25 71 93 0.73 0.24 0 0.64 199.41 0.58 0.23
Hex 19 47 5D 49 18 0 40 C7 3A 17
Octal 31 107 135 111 30 0 100 307 72 27
Binary 11001 1000111 1011101 1001001 11000 0 1000000 11000111 111010 10111

Color Harmonies of #19475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19475D

Black with #19475D

Text Example


Text Example

White with #19475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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