#1A4656

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

Shades of Astronaut Blue #1A4656

Tints of Astronaut Blue #1A4656

Color information

#1A4656 (or 0x1A4656) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 46 and 56. RGB value is (26,70,86). Sum of RGB (Red+Green+Blue) = 26+70+86=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #1A4656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4656 is #E5B9A9. Grayscale: #3A3A3A. Windows color (decimal): -15055274 or 5654042. OLE color: 5654042.

HSL color Cylindrical-coordinate representation of color #1A4656: hue angle of 196º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A4656 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB267086-
CMYK0.700.1900.66
HSL196º53.57%21.96%-
HSV(B)196º69.77%33.73%-
XYZ4.35.279.6-
YUV58.67143.42104.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.29%
GREEN value IS 70 (27.73% from 255) = 38.46%
BLUE value IS 86 (33.98% from 255) = 47.25%
R=14.29%
G=38.46%
B=47.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2670860.700.1900.6619653.5721.96
Hex1A46564613042c43616
Octal321061261062301023046626
Binary1101010001101010110100011010011010000101100010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A4656; }

 p { color: rgb(26,70,86); }

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

<style>
 a { background-color: #1A4656; }

 a { background-color: rgb(26,70,86); }

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

<style>
 span { border-color: #1A4656; }

 span { border-color: rgb(26,70,86); }

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