#19435B

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

Shades of Astronaut Blue #19435B

Tints of Astronaut Blue #19435B

Color information

#19435B (or 0x19435B) is unknown color: approx Astronaut Blue. HEX triplet: 19, 43 and 5B. RGB value is (25,67,91). Sum of RGB (Red+Green+Blue) = 25+67+91=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #19435B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19435B is #E6BCA4. Grayscale: #393939. Windows color (decimal): -15121573 or 5980953. OLE color: 5980953.

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

Color convert

RGB256791-
CMYK0.730.2600.64
HSL201.82º56.9%22.75%-
HSV(B)201.82º72.53%35.69%-
XYZ4.34.9810.63-
YUV57.18147.09105.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.66%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 91 (35.94% from 255) = 49.73%
R=13.66%
G=36.61%
B=49.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2567910.730.2600.64201.8256.922.75
Hex19435B491A040ca3917
Octal311031331113201003127127
Binary1100110000111011011100100111010010000001100101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19435B;
 }
 .AnyTagClassName
 {
   color: #19435B;
 }
</style>
background-color css

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

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

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

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

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

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