#1A4B65

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

Shades of Astronaut Blue #1A4B65

Tints of Astronaut Blue #1A4B65

Color information

#1A4B65 (or 0x1A4B65) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 4B and 65. RGB value is (26,75,101). Sum of RGB (Red+Green+Blue) = 26+75+101=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A4B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4B65 is #E5B49A. Grayscale: #3F3F3F. Windows color (decimal): -15053979 or 6638362. OLE color: 6638362.

HSL color Cylindrical-coordinate representation of color #1A4B65: hue angle of 200.8º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A4B65 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2675101-
CMYK0.740.2600.60
HSL200.8º59.06%24.9%-
HSV(B)200.8º74.26%39.61%-
XYZ5.296.1913.23-
YUV63.31149.27101.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.87%
GREEN value IS 75 (29.69% from 255) = 37.13%
BLUE value IS 101 (39.84% from 255) = 50%
R=12.87%
G=37.13%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26751010.740.2600.60200.859.0624.9
Hex1A4B654A1A03Cc93b19
Octal32113145112320743117331
Binary110101001011110010110010101101001111001100100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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