Html Css Color HEX #19465A Astronaut Blue

📋 copy color: '#19465A'

red 25 ◦ green 70 ◦ blue 90

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

Shades of Astronaut Blue #19465A

Tints of Astronaut Blue #19465A

RGB

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

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

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

R = 13.51%
G = 37.84%
B = 48.65%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#19465A (or 0x19465A) is known color: Astronaut Blue. HEX triplet: 19, 46 and 5A. RGB value is (25,70,90). Sum of RGB (Red+Green+Blue) = 25+70+90=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #19465A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19465A is #E6B9A5. Grayscale: #3A3A3A. Windows color (decimal): -15120806 or 5916185. OLE color: 5916185.

HSL color Cylindrical-coordinate representation of color #19465A: hue angle of 198.46º 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 #19465A is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 70 90 -
CMYK 0.72 0.22 0 0.65
HSL 198.46º 0.57% 0.23% -
HSV(B) 198.46º 0.72% 0.35% -
XYZ 4.44 5.33 10.47 -
YUV 58.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 25 70 90 0.72 0.22 0 0.65 198.46 0.57 0.23
Hex 19 46 5A 48 16 0 41 C6 39 17
Octal 31 106 132 110 26 0 101 306 71 27
Binary 11001 1000110 1011010 1001000 10110 0 1000001 11000110 111001 10111

Color Harmonies of #19465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19465A

Black with #19465A

Text Example


Text Example

White with #19465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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