Shades of Navy #030F83
Tints of Navy #030F83
RGB
CMYK
RGB Variations
Color information
#030F83 (or 0x030F83) is known color: Navy. HEX triplet: 03, 0F and 83. RGB value is (3,15,131). Sum of RGB (Red+Green+Blue) = 3+15+131=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 131 (51.56% from 255 or 87.92% from 149); Max value from RGB is 131 - color contains mainly: blue. Hex color #030F83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030F83 is #FCF07C. Grayscale: #181818. Windows color (decimal): -16576637 or 8589059. OLE color: 8589059.
HSL color Cylindrical-coordinate representation of color #030F83: hue angle of 234.38º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030F83 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 15 | 131 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.49 |
| HSL | 234.38º | 0.96% | 0.26% | - |
| HSV(B) | 234.38º | 0.98% | 0.51% | - |
| XYZ | 4.31 | 2 | 21.63 | - |
| YUV | 24.64 | 188.02 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 131 | 0.98 | 0.89 | 0 | 0.49 | 234.38 | 0.96 | 0.26 |
| Hex | 3 | F | 83 | 62 | 59 | 0 | 31 | EA | 60 | 1A |
| Octal | 3 | 17 | 203 | 142 | 131 | 0 | 61 | 352 | 140 | 32 |
| Binary | 11 | 1111 | 10000011 | 1100010 | 1011001 | 0 | 110001 | 11101010 | 1100000 | 11010 |
Color Harmonies of #030F83
Complementary color
Monochromatic Colors of #030F83
Black with #030F83
Text Example
Text Example
White with #030F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F83; }
p { color: rgb(3,15,131); }
H1.HeaderClassName
{
color: #030F83;
}
.AnyTagClassName
{
color: #030F83;
}
</style>
background-color css
<style>
a { background-color: #030F83; }
a { background-color: rgb(3,15,131); }
div.DivClassName
{
background-color: #030F83;
}
.BgClassName
{
background-color: #030F83;
}
</style>
border-color css
<style>
span { border-color: #030F83; }
span { border-color: rgb(3,15,131); }
td.TdClassName
{
border-color: #030F83;
}
.TagClassName
{
border-color: #030F83;
}
</style>