Shades of New Midnight Blue #0307A5
Tints of New Midnight Blue #0307A5
RGB
CMYK
RGB Variations
Color information
#0307A5 (or 0x0307A5) is known color: New Midnight Blue. HEX triplet: 03, 07 and A5. RGB value is (3,7,165). Sum of RGB (Red+Green+Blue) = 3+7+165=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 165 (64.84% from 255 or 94.29% from 175); Max value from RGB is 165 - color contains mainly: blue. Hex color #0307A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0307A5 is #FCF85A. Grayscale: #171717. Windows color (decimal): -16578651 or 10815235. OLE color: 10815235.
HSL color Cylindrical-coordinate representation of color #0307A5: hue angle of 238.52º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0307A5 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 7 | 165 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.35 |
| HSL | 238.52º | 0.96% | 0.33% | - |
| HSV(B) | 238.52º | 0.98% | 0.65% | - |
| XYZ | 6.91 | 2.89 | 35.79 | - |
| YUV | 23.82 | 207.67 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 165 | 0.98 | 0.96 | 0 | 0.35 | 238.52 | 0.96 | 0.33 |
| Hex | 3 | 7 | A5 | 62 | 60 | 0 | 23 | EF | 60 | 21 |
| Octal | 3 | 7 | 245 | 142 | 140 | 0 | 43 | 357 | 140 | 41 |
| Binary | 11 | 111 | 10100101 | 1100010 | 1100000 | 0 | 100011 | 11101111 | 1100000 | 100001 |
Color Harmonies of #0307A5
Complementary color
Monochromatic Colors of #0307A5
Black with #0307A5
Text Example
Text Example
White with #0307A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0307A5; }
p { color: rgb(3,7,165); }
H1.HeaderClassName
{
color: #0307A5;
}
.AnyTagClassName
{
color: #0307A5;
}
</style>
background-color css
<style>
a { background-color: #0307A5; }
a { background-color: rgb(3,7,165); }
div.DivClassName
{
background-color: #0307A5;
}
.BgClassName
{
background-color: #0307A5;
}
</style>
border-color css
<style>
span { border-color: #0307A5; }
span { border-color: rgb(3,7,165); }
td.TdClassName
{
border-color: #0307A5;
}
.TagClassName
{
border-color: #0307A5;
}
</style>