Html Css Color HEX #19495B Astronaut Blue

📋 copy color: '#19495B'

red 25 ◦ green 73 ◦ blue 91

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

Shades of Astronaut Blue #19495B

Tints of Astronaut Blue #19495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 48.15%

R = 13.23%
G = 38.62%
B = 48.15%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19495B (or 0x19495B) is known color: Astronaut Blue. HEX triplet: 19, 49 and 5B. RGB value is (25,73,91). Sum of RGB (Red+Green+Blue) = 25+73+91=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #19495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19495B is #E6B6A4. Grayscale: #3C3C3C. Windows color (decimal): -15120037 or 5982489. OLE color: 5982489.

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

Color convert

RGB 25 73 91 -
CMYK 0.73 0.20 0 0.64
HSL 196.36º 0.57% 0.23% -
HSV(B) 196.36º 0.73% 0.36% -
XYZ 4.67 5.73 10.76 -
YUV 60.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 25 73 91 0.73 0.20 0 0.64 196.36 0.57 0.23
Hex 19 49 5B 49 14 0 40 C4 39 17
Octal 31 111 133 111 24 0 100 304 71 27
Binary 11001 1001001 1011011 1001001 10100 0 1000000 11000100 111001 10111

Color Harmonies of #19495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19495B

Black with #19495B

Text Example


Text Example

White with #19495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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