Shades of Navy Blue #0275DA
Tints of Navy Blue #0275DA
RGB
CMYK
RGB Variations
Color information
#0275DA (or 0x0275DA) is known color: Navy Blue. HEX triplet: 02, 75 and DA. RGB value is (2,117,218). Sum of RGB (Red+Green+Blue) = 2+117+218=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #0275DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0275DA is #FD8A25. Grayscale: #5D5D5D. Windows color (decimal): -16615974 or 14316802. OLE color: 14316802.
HSL color Cylindrical-coordinate representation of color #0275DA: hue angle of 208.06º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0275DA is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 117 | 218 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.15 |
| HSL | 208.06º | 0.98% | 0.43% | - |
| HSV(B) | 208.06º | 0.99% | 0.85% | - |
| XYZ | 19.04 | 17.8 | 68.76 | - |
| YUV | 94.13 | 197.9 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 117 | 218 | 0.99 | 0.46 | 0 | 0.15 | 208.06 | 0.98 | 0.43 |
| Hex | 2 | 75 | DA | 63 | 2E | 0 | F | D0 | 62 | 2B |
| Octal | 2 | 165 | 332 | 143 | 56 | 0 | 17 | 320 | 142 | 53 |
| Binary | 10 | 1110101 | 11011010 | 1100011 | 101110 | 0 | 1111 | 11010000 | 1100010 | 101011 |
Color Harmonies of #0275DA
Complementary color
Monochromatic Colors of #0275DA
Black with #0275DA
Text Example
Text Example
White with #0275DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0275DA; }
p { color: rgb(2,117,218); }
H1.HeaderClassName
{
color: #0275DA;
}
.AnyTagClassName
{
color: #0275DA;
}
</style>
background-color css
<style>
a { background-color: #0275DA; }
a { background-color: rgb(2,117,218); }
div.DivClassName
{
background-color: #0275DA;
}
.BgClassName
{
background-color: #0275DA;
}
</style>
border-color css
<style>
span { border-color: #0275DA; }
span { border-color: rgb(2,117,218); }
td.TdClassName
{
border-color: #0275DA;
}
.TagClassName
{
border-color: #0275DA;
}
</style>