Html Css Color HEX #19485B Astronaut Blue

📋 copy color: '#19485B'

red 25 ◦ green 72 ◦ blue 91

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

Shades of Astronaut Blue #19485B

Tints of Astronaut Blue #19485B

RGB

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

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

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

R = 13.3%
G = 38.3%
B = 48.4%

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

#19485B (or 0x19485B) is known color: Astronaut Blue. HEX triplet: 19, 48 and 5B. RGB value is (25,72,91). Sum of RGB (Red+Green+Blue) = 25+72+91=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #19485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19485B is #E6B7A4. Grayscale: #3B3B3B. Windows color (decimal): -15120293 or 5982233. OLE color: 5982233.

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

Color convert

RGB 25 72 91 -
CMYK 0.73 0.21 0 0.64
HSL 197.27º 0.57% 0.23% -
HSV(B) 197.27º 0.73% 0.36% -
XYZ 4.61 5.6 10.74 -
YUV 60.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 25 72 91 0.73 0.21 0 0.64 197.27 0.57 0.23
Hex 19 48 5B 49 15 0 40 C5 39 17
Octal 31 110 133 111 25 0 100 305 71 27
Binary 11001 1001000 1011011 1001001 10101 0 1000000 11000101 111001 10111

Color Harmonies of #19485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19485B

Black with #19485B

Text Example


Text Example

White with #19485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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