Shades of New Midnight Blue #0307B0
Tints of New Midnight Blue #0307B0
RGB
CMYK
RGB Variations
Color information
#0307B0 (or 0x0307B0) is known color: New Midnight Blue. HEX triplet: 03, 07 and B0. RGB value is (3,7,176). Sum of RGB (Red+Green+Blue) = 3+7+176=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 176 (69.14% from 255 or 94.62% from 186); Max value from RGB is 176 - color contains mainly: blue. Hex color #0307B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0307B0 is #FCF84F. Grayscale: #181818. Windows color (decimal): -16578640 or 11536131. OLE color: 11536131.
HSL color Cylindrical-coordinate representation of color #0307B0: hue angle of 238.61º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0307B0 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 7 | 176 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.31 |
| HSL | 238.61º | 0.97% | 0.35% | - |
| HSV(B) | 238.61º | 0.98% | 0.69% | - |
| XYZ | 7.95 | 3.31 | 41.29 | - |
| YUV | 25.07 | 213.17 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 176 | 0.98 | 0.96 | 0 | 0.31 | 238.61 | 0.97 | 0.35 |
| Hex | 3 | 7 | B0 | 62 | 60 | 0 | 1F | EF | 61 | 23 |
| Octal | 3 | 7 | 260 | 142 | 140 | 0 | 37 | 357 | 141 | 43 |
| Binary | 11 | 111 | 10110000 | 1100010 | 1100000 | 0 | 11111 | 11101111 | 1100001 | 100011 |
Color Harmonies of #0307B0
Complementary color
Monochromatic Colors of #0307B0
Black with #0307B0
Text Example
Text Example
White with #0307B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0307B0; }
p { color: rgb(3,7,176); }
H1.HeaderClassName
{
color: #0307B0;
}
.AnyTagClassName
{
color: #0307B0;
}
</style>
background-color css
<style>
a { background-color: #0307B0; }
a { background-color: rgb(3,7,176); }
div.DivClassName
{
background-color: #0307B0;
}
.BgClassName
{
background-color: #0307B0;
}
</style>
border-color css
<style>
span { border-color: #0307B0; }
span { border-color: rgb(3,7,176); }
td.TdClassName
{
border-color: #0307B0;
}
.TagClassName
{
border-color: #0307B0;
}
</style>