Shades of Navy #03127B
Tints of Navy #03127B
RGB
CMYK
RGB Variations
Color information
#03127B (or 0x03127B) is known color: Navy. HEX triplet: 03, 12 and 7B. RGB value is (3,18,123). Sum of RGB (Red+Green+Blue) = 3+18+123=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 123 (48.44% from 255 or 85.42% from 144); Max value from RGB is 123 - color contains mainly: blue. Hex color #03127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03127B is #FCED84. Grayscale: #191919. Windows color (decimal): -16575877 or 8065539. OLE color: 8065539.
HSL color Cylindrical-coordinate representation of color #03127B: hue angle of 232.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03127B is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 18 | 123 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.52 |
| HSL | 232.5º | 0.95% | 0.25% | - |
| HSV(B) | 232.5º | 0.98% | 0.48% | - |
| XYZ | 3.83 | 1.88 | 18.9 | - |
| YUV | 25.49 | 183.03 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 123 | 0.98 | 0.85 | 0 | 0.52 | 232.5 | 0.95 | 0.25 |
| Hex | 3 | 12 | 7B | 62 | 55 | 0 | 34 | E8 | 5F | 19 |
| Octal | 3 | 22 | 173 | 142 | 125 | 0 | 64 | 350 | 137 | 31 |
| Binary | 11 | 10010 | 1111011 | 1100010 | 1010101 | 0 | 110100 | 11101000 | 1011111 | 11001 |
Color Harmonies of #03127B
Complementary color
Monochromatic Colors of #03127B
Black with #03127B
Text Example
Text Example
White with #03127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03127B; }
p { color: rgb(3,18,123); }
H1.HeaderClassName
{
color: #03127B;
}
.AnyTagClassName
{
color: #03127B;
}
</style>
background-color css
<style>
a { background-color: #03127B; }
a { background-color: rgb(3,18,123); }
div.DivClassName
{
background-color: #03127B;
}
.BgClassName
{
background-color: #03127B;
}
</style>
border-color css
<style>
span { border-color: #03127B; }
span { border-color: rgb(3,18,123); }
td.TdClassName
{
border-color: #03127B;
}
.TagClassName
{
border-color: #03127B;
}
</style>