Html Css Color HEX #19495D Astronaut Blue

📋 copy color: '#19495D'

red 25 ◦ green 73 ◦ blue 93

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

Shades of Astronaut Blue #19495D

Tints of Astronaut Blue #19495D

RGB

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

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

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

R = 13.09%
G = 38.22%
B = 48.69%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19495D (or 0x19495D) is known color: Astronaut Blue. HEX triplet: 19, 49 and 5D. RGB value is (25,73,93). Sum of RGB (Red+Green+Blue) = 25+73+93=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #19495D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19495D is #E6B6A2. Grayscale: #3C3C3C. Windows color (decimal): -15120035 or 6113561. OLE color: 6113561.

HSL color Cylindrical-coordinate representation of color #19495D: hue angle of 197.65º 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 #19495D is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 73 93 -
CMYK 0.73 0.22 0 0.64
HSL 197.65º 0.58% 0.23% -
HSV(B) 197.65º 0.73% 0.36% -
XYZ 4.76 5.76 11.22 -
YUV 60.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 25 73 93 0.73 0.22 0 0.64 197.65 0.58 0.23
Hex 19 49 5D 49 16 0 40 C6 3A 17
Octal 31 111 135 111 26 0 100 306 72 27
Binary 11001 1001001 1011101 1001001 10110 0 1000000 11000110 111010 10111

Color Harmonies of #19495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19495D

Black with #19495D

Text Example


Text Example

White with #19495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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