Shades of New Midnight Blue #1A02AF
Tints of New Midnight Blue #1A02AF
RGB
CMYK
RGB Variations
Color information
#1A02AF (or 0x1A02AF) is known color: New Midnight Blue. HEX triplet: 1A, 02 and AF. RGB value is (26,2,175). Sum of RGB (Red+Green+Blue) = 26+2+175=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 175 (68.75% from 255 or 86.21% from 203); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A02AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A02AF is #E5FD50. Grayscale: #1C1C1C. Windows color (decimal): -15072593 or 11469338. OLE color: 11469338.
HSL color Cylindrical-coordinate representation of color #1A02AF: hue angle of 248.32º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A02AF is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 2 | 175 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.31 |
| HSL | 248.32º | 0.98% | 0.35% | - |
| HSV(B) | 248.32º | 0.99% | 0.69% | - |
| XYZ | 8.19 | 3.36 | 40.77 | - |
| YUV | 28.9 | 210.45 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 175 | 0.85 | 0.99 | 0 | 0.31 | 248.32 | 0.98 | 0.35 |
| Hex | 1A | 2 | AF | 55 | 63 | 0 | 1F | F8 | 62 | 23 |
| Octal | 32 | 2 | 257 | 125 | 143 | 0 | 37 | 370 | 142 | 43 |
| Binary | 11010 | 10 | 10101111 | 1010101 | 1100011 | 0 | 11111 | 11111000 | 1100010 | 100011 |
Color Harmonies of #1A02AF
Complementary color
Monochromatic Colors of #1A02AF
Black with #1A02AF
Text Example
Text Example
White with #1A02AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A02AF; }
p { color: rgb(26,2,175); }
H1.HeaderClassName
{
color: #1A02AF;
}
.AnyTagClassName
{
color: #1A02AF;
}
</style>
background-color css
<style>
a { background-color: #1A02AF; }
a { background-color: rgb(26,2,175); }
div.DivClassName
{
background-color: #1A02AF;
}
.BgClassName
{
background-color: #1A02AF;
}
</style>
border-color css
<style>
span { border-color: #1A02AF; }
span { border-color: rgb(26,2,175); }
td.TdClassName
{
border-color: #1A02AF;
}
.TagClassName
{
border-color: #1A02AF;
}
</style>