Html Css Color HEX #19475F Astronaut Blue

📋 copy color: '#19475F'

red 25 ◦ green 71 ◦ blue 95

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

Shades of Astronaut Blue #19475F

Tints of Astronaut Blue #19475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 49.74%

R = 13.09%
G = 37.17%
B = 49.74%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19475F (or 0x19475F) is known color: Astronaut Blue. HEX triplet: 19, 47 and 5F. RGB value is (25,71,95). Sum of RGB (Red+Green+Blue) = 25+71+95=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #19475F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19475F is #E6B8A0. Grayscale: #3B3B3B. Windows color (decimal): -15120545 or 6244121. OLE color: 6244121.

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

Color convert

RGB 25 71 95 -
CMYK 0.74 0.25 0 0.63
HSL 200.57º 0.58% 0.24% -
HSV(B) 200.57º 0.74% 0.37% -
XYZ 4.72 5.54 11.65 -
YUV 59.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 25 71 95 0.74 0.25 0 0.63 200.57 0.58 0.24
Hex 19 47 5F 4A 19 0 3F C9 3A 18
Octal 31 107 137 112 31 0 77 311 72 30
Binary 11001 1000111 1011111 1001010 11001 0 111111 11001001 111010 11000

Color Harmonies of #19475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19475F

Black with #19475F

Text Example


Text Example

White with #19475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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