#1A435D

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

Shades of Astronaut Blue #1A435D

Tints of Astronaut Blue #1A435D

Color information

#1A435D (or 0x1A435D) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 43 and 5D. RGB value is (26,67,93). Sum of RGB (Red+Green+Blue) = 26+67+93=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A435D is #E5BCA2. Grayscale: #393939. Windows color (decimal): -15056035 or 6112026. OLE color: 6112026.

HSL color Cylindrical-coordinate representation of color #1A435D: hue angle of 203.28º 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 #1A435D is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB266793-
CMYK0.720.2800.64
HSL203.28º56.3%23.33%-
HSV(B)203.28º72.04%36.47%-
XYZ4.415.0211.09-
YUV57.7147.92105.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.98%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 93 (36.72% from 255) = 50%
R=13.98%
G=36.02%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2667930.720.2800.64203.2856.323.33
Hex1A435D481C040cb3817
Octal321031351103401003137027
Binary1101010000111011101100100011100010000001100101111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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