Html Css Color HEX #19495A Astronaut Blue

📋 copy color: '#19495A'

red 25 ◦ green 73 ◦ blue 90

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

Shades of Astronaut Blue #19495A

Tints of Astronaut Blue #19495A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 47.87%

R = 13.3%
G = 38.83%
B = 47.87%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#19495A (or 0x19495A) is known color: Astronaut Blue. HEX triplet: 19, 49 and 5A. RGB value is (25,73,90). Sum of RGB (Red+Green+Blue) = 25+73+90=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #19495A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19495A is #E6B6A5. Grayscale: #3C3C3C. Windows color (decimal): -15120038 or 5916953. OLE color: 5916953.

HSL color Cylindrical-coordinate representation of color #19495A: hue angle of 195.69º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19495A is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 73 90 -
CMYK 0.72 0.19 0 0.65
HSL 195.69º 0.57% 0.23% -
HSV(B) 195.69º 0.72% 0.35% -
XYZ 4.63 5.71 10.53 -
YUV 60.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 25 73 90 0.72 0.19 0 0.65 195.69 0.57 0.23
Hex 19 49 5A 48 13 0 41 C4 39 17
Octal 31 111 132 110 23 0 101 304 71 27
Binary 11001 1001001 1011010 1001000 10011 0 1000001 11000100 111001 10111

Color Harmonies of #19495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19495A

Black with #19495A

Text Example


Text Example

White with #19495A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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