Html Css Color HEX #19495F Astronaut Blue

📋 copy color: '#19495F'

red 25 ◦ green 73 ◦ blue 95

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

Shades of Astronaut Blue #19495F

Tints of Astronaut Blue #19495F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.82%

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

R = 12.95%
G = 37.82%
B = 49.22%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19495F (or 0x19495F) is known color: Astronaut Blue. HEX triplet: 19, 49 and 5F. RGB value is (25,73,95). Sum of RGB (Red+Green+Blue) = 25+73+95=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #19495F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19495F is #E6B6A0. Grayscale: #3D3D3D. Windows color (decimal): -15120033 or 6244633. OLE color: 6244633.

HSL color Cylindrical-coordinate representation of color #19495F: hue angle of 198.86º 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 #19495F is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 73 95 -
CMYK 0.74 0.23 0 0.63
HSL 198.86º 0.58% 0.24% -
HSV(B) 198.86º 0.74% 0.37% -
XYZ 4.85 5.8 11.69 -
YUV 61.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 25 73 95 0.74 0.23 0 0.63 198.86 0.58 0.24
Hex 19 49 5F 4A 17 0 3F C7 3A 18
Octal 31 111 137 112 27 0 77 307 72 30
Binary 11001 1001001 1011111 1001010 10111 0 111111 11000111 111010 11000

Color Harmonies of #19495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19495F

Black with #19495F

Text Example


Text Example

White with #19495F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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