Shades of New Midnight Blue #0613B3
Tints of New Midnight Blue #0613B3
RGB
CMYK
RGB Variations
Color information
#0613B3 (or 0x0613B3) is known color: New Midnight Blue. HEX triplet: 06, 13 and B3. RGB value is (6,19,179). Sum of RGB (Red+Green+Blue) = 6+19+179=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 179 (70.31% from 255 or 87.75% from 204); Max value from RGB is 179 - color contains mainly: blue. Hex color #0613B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0613B3 is #F9EC4C. Grayscale: #202020. Windows color (decimal): -16378957 or 11735814. OLE color: 11735814.
HSL color Cylindrical-coordinate representation of color #0613B3: hue angle of 235.49º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0613B3 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 19 | 179 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.30 |
| HSL | 235.49º | 0.94% | 0.36% | - |
| HSV(B) | 235.49º | 0.97% | 0.7% | - |
| XYZ | 8.44 | 3.76 | 42.93 | - |
| YUV | 33.35 | 210.19 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 179 | 0.97 | 0.89 | 0 | 0.30 | 235.49 | 0.94 | 0.36 |
| Hex | 6 | 13 | B3 | 61 | 59 | 0 | 1E | EB | 5E | 24 |
| Octal | 6 | 23 | 263 | 141 | 131 | 0 | 36 | 353 | 136 | 44 |
| Binary | 110 | 10011 | 10110011 | 1100001 | 1011001 | 0 | 11110 | 11101011 | 1011110 | 100100 |
Color Harmonies of #0613B3
Complementary color
Monochromatic Colors of #0613B3
Black with #0613B3
Text Example
Text Example
White with #0613B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0613B3; }
p { color: rgb(6,19,179); }
H1.HeaderClassName
{
color: #0613B3;
}
.AnyTagClassName
{
color: #0613B3;
}
</style>
background-color css
<style>
a { background-color: #0613B3; }
a { background-color: rgb(6,19,179); }
div.DivClassName
{
background-color: #0613B3;
}
.BgClassName
{
background-color: #0613B3;
}
</style>
border-color css
<style>
span { border-color: #0613B3; }
span { border-color: rgb(6,19,179); }
td.TdClassName
{
border-color: #0613B3;
}
.TagClassName
{
border-color: #0613B3;
}
</style>