#1A4B63

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

Shades of Astronaut Blue #1A4B63

Tints of Astronaut Blue #1A4B63

Color information

#1A4B63 (or 0x1A4B63) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 4B and 63. RGB value is (26,75,99). Sum of RGB (Red+Green+Blue) = 26+75+99=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A4B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4B63 is #E5B49C. Grayscale: #3E3E3E. Windows color (decimal): -15053981 or 6507290. OLE color: 6507290.

HSL color Cylindrical-coordinate representation of color #1A4B63: hue angle of 199.73º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A4B63 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB267599-
CMYK0.740.2400.61
HSL199.73º58.4%24.51%-
HSV(B)199.73º73.74%38.82%-
XYZ5.196.1512.72-
YUV63.08148.27101.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13%
GREEN value IS 75 (29.69% from 255) = 37.5%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=13%
G=37.5%
B=49.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2675990.740.2400.61199.7358.424.51
Hex1A4B634A1803Dc83a19
Octal32113143112300753107231
Binary110101001011110001110010101100001111011100100011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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