Shades of Navy Blue #0275E8
Tints of Navy Blue #0275E8
RGB
CMYK
RGB Variations
Color information
#0275E8 (or 0x0275E8) is known color: Navy Blue. HEX triplet: 02, 75 and E8. RGB value is (2,117,232). Sum of RGB (Red+Green+Blue) = 2+117+232=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 232 (91.02% from 255 or 66.10% from 351); Max value from RGB is 232 - color contains mainly: blue. Hex color #0275E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0275E8 is #FD8A17. Grayscale: #5F5F5F. Windows color (decimal): -16615960 or 15234306. OLE color: 15234306.
HSL color Cylindrical-coordinate representation of color #0275E8: hue angle of 210º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0275E8 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 117 | 232 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.09 |
| HSL | 210º | 0.98% | 0.46% | - |
| HSV(B) | 210º | 0.99% | 0.91% | - |
| XYZ | 20.95 | 18.56 | 78.82 | - |
| YUV | 95.73 | 204.9 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 117 | 232 | 0.99 | 0.50 | 0 | 0.09 | 210 | 0.98 | 0.46 |
| Hex | 2 | 75 | E8 | 63 | 32 | 0 | 9 | D2 | 62 | 2E |
| Octal | 2 | 165 | 350 | 143 | 62 | 0 | 11 | 322 | 142 | 56 |
| Binary | 10 | 1110101 | 11101000 | 1100011 | 110010 | 0 | 1001 | 11010010 | 1100010 | 101110 |
Color Harmonies of #0275E8
Complementary color
Monochromatic Colors of #0275E8
Black with #0275E8
Text Example
Text Example
White with #0275E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0275E8; }
p { color: rgb(2,117,232); }
H1.HeaderClassName
{
color: #0275E8;
}
.AnyTagClassName
{
color: #0275E8;
}
</style>
background-color css
<style>
a { background-color: #0275E8; }
a { background-color: rgb(2,117,232); }
div.DivClassName
{
background-color: #0275E8;
}
.BgClassName
{
background-color: #0275E8;
}
</style>
border-color css
<style>
span { border-color: #0275E8; }
span { border-color: rgb(2,117,232); }
td.TdClassName
{
border-color: #0275E8;
}
.TagClassName
{
border-color: #0275E8;
}
</style>