Shades of Astronaut Blue #1A435F
Tints of Astronaut Blue #1A435F
RGB
CMYK
RGB Variations
Color information
#1A435F (or 0x1A435F) is known color: Astronaut Blue. HEX triplet: 1A, 43 and 5F. RGB value is (26,67,95). Sum of RGB (Red+Green+Blue) = 26+67+95=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A435F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A435F is #E5BCA0. Grayscale: #393939. Windows color (decimal): -15056033 or 6243098. OLE color: 6243098.
HSL color Cylindrical-coordinate representation of color #1A435F: hue angle of 204.35º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A435F is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 67 | 95 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.63 |
| HSL | 204.35º | 0.57% | 0.24% | - |
| HSV(B) | 204.35º | 0.73% | 0.37% | - |
| XYZ | 4.5 | 5.06 | 11.57 | - |
| YUV | 57.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 95 | 0.73 | 0.29 | 0 | 0.63 | 204.35 | 0.57 | 0.24 |
| Hex | 1A | 43 | 5F | 49 | 1D | 0 | 3F | CC | 39 | 18 |
| Octal | 32 | 103 | 137 | 111 | 35 | 0 | 77 | 314 | 71 | 30 |
| Binary | 11010 | 1000011 | 1011111 | 1001001 | 11101 | 0 | 111111 | 11001100 | 111001 | 11000 |
Color Harmonies of #1A435F
Complementary color
Monochromatic Colors of #1A435F
Black with #1A435F
Text Example
Text Example
White with #1A435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A435F; }
p { color: rgb(26,67,95); }
H1.HeaderClassName
{
color: #1A435F;
}
.AnyTagClassName
{
color: #1A435F;
}
</style>
background-color css
<style>
a { background-color: #1A435F; }
a { background-color: rgb(26,67,95); }
div.DivClassName
{
background-color: #1A435F;
}
.BgClassName
{
background-color: #1A435F;
}
</style>
border-color css
<style>
span { border-color: #1A435F; }
span { border-color: rgb(26,67,95); }
td.TdClassName
{
border-color: #1A435F;
}
.TagClassName
{
border-color: #1A435F;
}
</style>