#1A4B60

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

Shades of Astronaut Blue #1A4B60

Tints of Astronaut Blue #1A4B60

Color information

#1A4B60 (or 0x1A4B60) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 4B and 60. RGB value is (26,75,96). Sum of RGB (Red+Green+Blue) = 26+75+96=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A4B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4B60 is #E5B49F. Grayscale: #3E3E3E. Windows color (decimal): -15053984 or 6310682. OLE color: 6310682.

HSL color Cylindrical-coordinate representation of color #1A4B60: hue angle of 198º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A4B60 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB267596-
CMYK0.730.2200.62
HSL198º57.38%23.92%-
HSV(B)198º72.92%37.65%-
XYZ5.056.111.98-
YUV62.74146.77101.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.20%
GREEN value IS 75 (29.69% from 255) = 38.07%
BLUE value IS 96 (37.89% from 255) = 48.73%
R=13.20%
G=38.07%
B=48.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2675960.730.2200.6219857.3823.92
Hex1A4B60491603Ec63918
Octal32113140111260763067130
Binary110101001011110000010010011011001111101100011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,75,96); }

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

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

 a { background-color: rgb(26,75,96); }

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

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

 span { border-color: rgb(26,75,96); }

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