#1A465D

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

Shades of Astronaut Blue #1A465D

Tints of Astronaut Blue #1A465D

Color information

#1A465D (or 0x1A465D) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 46 and 5D. RGB value is (26,70,93). Sum of RGB (Red+Green+Blue) = 26+70+93=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A465D is #E5B9A2. Grayscale: #3B3B3B. Windows color (decimal): -15055267 or 6112794. OLE color: 6112794.

HSL color Cylindrical-coordinate representation of color #1A465D: hue angle of 200.6º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A465D is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB267093-
CMYK0.720.2500.64
HSL200.6º56.3%23.33%-
HSV(B)200.6º72.04%36.47%-
XYZ4.595.3911.15-
YUV59.47146.92104.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.76%
GREEN value IS 70 (27.73% from 255) = 37.04%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=13.76%
G=37.04%
B=49.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2670930.720.2500.64200.656.323.33
Hex1A465D4819040c93817
Octal321061351103101003117027
Binary1101010001101011101100100011001010000001100100111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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