#1A4B61

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

Shades of Astronaut Blue #1A4B61

Tints of Astronaut Blue #1A4B61

Color information

#1A4B61 (or 0x1A4B61) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 4B and 61. RGB value is (26,75,97). Sum of RGB (Red+Green+Blue) = 26+75+97=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A4B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4B61 is #E5B49E. Grayscale: #3E3E3E. Windows color (decimal): -15053983 or 6376218. OLE color: 6376218.

HSL color Cylindrical-coordinate representation of color #1A4B61: hue angle of 198.59º degrees, saturation: 0.58, 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 #1A4B61 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB267597-
CMYK0.730.2300.62
HSL198.59º57.72%24.12%-
HSV(B)198.59º73.2%38.04%-
XYZ5.16.1112.22-
YUV62.86147.27101.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.13%
GREEN value IS 75 (29.69% from 255) = 37.88%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=13.13%
G=37.88%
B=48.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2675970.730.2300.62198.5957.7224.12
Hex1A4B61491703Ec73a18
Octal32113141111270763077230
Binary110101001011110000110010011011101111101100011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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