Html Css Color HEX #19485F Astronaut Blue

📋 copy color: '#19485F'

red 25 ◦ green 72 ◦ blue 95

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

Shades of Astronaut Blue #19485F

Tints of Astronaut Blue #19485F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.5%

 BLUE value IS 95 (37.5% from 255) = 49.48%

R = 13.02%
G = 37.5%
B = 49.48%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19485F (or 0x19485F) is known color: Astronaut Blue. HEX triplet: 19, 48 and 5F. RGB value is (25,72,95). Sum of RGB (Red+Green+Blue) = 25+72+95=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 95 (37.5% from 255 or 49.48% from 192); Max value from RGB is 95 - color contains mainly: blue. Hex color #19485F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19485F is #E6B7A0. Grayscale: #3C3C3C. Windows color (decimal): -15120289 or 6244377. OLE color: 6244377.

HSL color Cylindrical-coordinate representation of color #19485F: hue angle of 199.71º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19485F is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 72 95 -
CMYK 0.74 0.24 0 0.63
HSL 199.71º 0.58% 0.24% -
HSV(B) 199.71º 0.74% 0.37% -
XYZ 4.78 5.67 11.67 -
YUV 60.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 25 72 95 0.74 0.24 0 0.63 199.71 0.58 0.24
Hex 19 48 5F 4A 18 0 3F C8 3A 18
Octal 31 110 137 112 30 0 77 310 72 30
Binary 11001 1001000 1011111 1001010 11000 0 111111 11001000 111010 11000

Color Harmonies of #19485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19485F

Black with #19485F

Text Example


Text Example

White with #19485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19485F; }

 p { color: rgb(25,72,95); }

 H1.HeaderClassName
 {
   color: #19485F;
 }
 .AnyTagClassName
 {
   color: #19485F;
 }
</style>

background-color css

<style>
 a { background-color: #19485F; }

 a { background-color: rgb(25,72,95); }

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

border-color css

<style>
 span { border-color: #19485F; }

 span { border-color: rgb(25,72,95); }

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