Html Css Color HEX #19495C Astronaut Blue

📋 copy color: '#19495C'

red 25 ◦ green 73 ◦ blue 92

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

Shades of Astronaut Blue #19495C

Tints of Astronaut Blue #19495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 48.42%

R = 13.16%
G = 38.42%
B = 48.42%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19495C (or 0x19495C) is known color: Astronaut Blue. HEX triplet: 19, 49 and 5C. RGB value is (25,73,92). Sum of RGB (Red+Green+Blue) = 25+73+92=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #19495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19495C is #E6B6A3. Grayscale: #3C3C3C. Windows color (decimal): -15120036 or 6048025. OLE color: 6048025.

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

Color convert

RGB 25 73 92 -
CMYK 0.73 0.21 0 0.64
HSL 197.01º 0.57% 0.23% -
HSV(B) 197.01º 0.73% 0.36% -
XYZ 4.72 5.74 10.99 -
YUV 60.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 25 73 92 0.73 0.21 0 0.64 197.01 0.57 0.23
Hex 19 49 5C 49 15 0 40 C5 39 17
Octal 31 111 134 111 25 0 100 305 71 27
Binary 11001 1001001 1011100 1001001 10101 0 1000000 11000101 111001 10111

Color Harmonies of #19495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19495C

Black with #19495C

Text Example


Text Example

White with #19495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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