#19485B

Color #19485B Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #19485B

Tints of Astronaut Blue #19485B

Color information

#19485B (or 0x19485B) is unknown color: approx 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

RGB257291-
CMYK0.730.2100.64
HSL197.27º56.9%22.75%-
HSV(B)197.27º72.53%35.69%-
XYZ4.615.610.74-
YUV60.11145.43102.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.30%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 91 (35.94% from 255) = 48.40%
R=13.30%
G=38.30%
B=48.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2572910.730.2100.64197.2756.922.75
Hex19485B4915040c53917
Octal311101331112501003057127
Binary1100110010001011011100100110101010000001100010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>