Shades of Navy Blue #0267ED
Tints of Navy Blue #0267ED
RGB
CMYK
RGB Variations
Color information
#0267ED (or 0x0267ED) is known color: Navy Blue. HEX triplet: 02, 67 and ED. RGB value is (2,103,237). Sum of RGB (Red+Green+Blue) = 2+103+237=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #0267ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0267ED is #FD9812. Grayscale: #575757. Windows color (decimal): -16619539 or 15558402. OLE color: 15558402.
HSL color Cylindrical-coordinate representation of color #0267ED: hue angle of 214.21º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0267ED is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 103 | 237 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.07 |
| HSL | 214.21º | 0.98% | 0.47% | - |
| HSV(B) | 214.21º | 0.99% | 0.93% | - |
| XYZ | 20.16 | 15.83 | 82.11 | - |
| YUV | 88.08 | 212.04 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 103 | 237 | 0.99 | 0.57 | 0 | 0.07 | 214.21 | 0.98 | 0.47 |
| Hex | 2 | 67 | ED | 63 | 39 | 0 | 7 | D6 | 62 | 2F |
| Octal | 2 | 147 | 355 | 143 | 71 | 0 | 7 | 326 | 142 | 57 |
| Binary | 10 | 1100111 | 11101101 | 1100011 | 111001 | 0 | 111 | 11010110 | 1100010 | 101111 |
Color Harmonies of #0267ED
Complementary color
Monochromatic Colors of #0267ED
Black with #0267ED
Text Example
Text Example
White with #0267ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0267ED; }
p { color: rgb(2,103,237); }
H1.HeaderClassName
{
color: #0267ED;
}
.AnyTagClassName
{
color: #0267ED;
}
</style>
background-color css
<style>
a { background-color: #0267ED; }
a { background-color: rgb(2,103,237); }
div.DivClassName
{
background-color: #0267ED;
}
.BgClassName
{
background-color: #0267ED;
}
</style>
border-color css
<style>
span { border-color: #0267ED; }
span { border-color: rgb(2,103,237); }
td.TdClassName
{
border-color: #0267ED;
}
.TagClassName
{
border-color: #0267ED;
}
</style>