Html Css Color HEX #19465E Astronaut Blue

📋 copy color: '#19465E'

red 25 ◦ green 70 ◦ blue 94

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

Shades of Astronaut Blue #19465E

Tints of Astronaut Blue #19465E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.04%

 BLUE value IS 94 (37.11% from 255) = 49.74%

R = 13.23%
G = 37.04%
B = 49.74%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19465E (or 0x19465E) is known color: Astronaut Blue. HEX triplet: 19, 46 and 5E. RGB value is (25,70,94). Sum of RGB (Red+Green+Blue) = 25+70+94=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #19465E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19465E is #E6B9A1. Grayscale: #3B3B3B. Windows color (decimal): -15120802 or 6178329. OLE color: 6178329.

HSL color Cylindrical-coordinate representation of color #19465E: hue angle of 200.87º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19465E is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 70 94 -
CMYK 0.73 0.26 0 0.63
HSL 200.87º 0.58% 0.23% -
HSV(B) 200.87º 0.73% 0.37% -
XYZ 4.61 5.4 11.39 -
YUV 59.28 147.59 103.55 -
System Red Green Blue C M Y K H S L
Decimal 25 70 94 0.73 0.26 0 0.63 200.87 0.58 0.23
Hex 19 46 5E 49 1A 0 3F C9 3A 17
Octal 31 106 136 111 32 0 77 311 72 27
Binary 11001 1000110 1011110 1001001 11010 0 111111 11001001 111010 10111

Color Harmonies of #19465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19465E

Black with #19465E

Text Example


Text Example

White with #19465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19465E; }

 p { color: rgb(25,70,94); }

 H1.HeaderClassName
 {
   color: #19465E;
 }
 .AnyTagClassName
 {
   color: #19465E;
 }
</style>

background-color css

<style>
 a { background-color: #19465E; }

 a { background-color: rgb(25,70,94); }

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

border-color css

<style>
 span { border-color: #19465E; }

 span { border-color: rgb(25,70,94); }

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