Shades of Dark Blue #030C93
Tints of Dark Blue #030C93
RGB
CMYK
RGB Variations
Color information
#030C93 (or 0x030C93) is known color: Dark Blue. HEX triplet: 03, 0C and 93. RGB value is (3,12,147). Sum of RGB (Red+Green+Blue) = 3+12+147=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 147 (57.81% from 255 or 90.74% from 162); Max value from RGB is 147 - color contains mainly: blue. Hex color #030C93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030C93 is #FCF36C. Grayscale: #181818. Windows color (decimal): -16577389 or 9636867. OLE color: 9636867.
HSL color Cylindrical-coordinate representation of color #030C93: hue angle of 236.25º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030C93 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 12 | 147 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.42 |
| HSL | 236.25º | 0.96% | 0.29% | - |
| HSV(B) | 236.25º | 0.98% | 0.58% | - |
| XYZ | 5.44 | 2.39 | 27.78 | - |
| YUV | 24.7 | 197.02 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 147 | 0.98 | 0.92 | 0 | 0.42 | 236.25 | 0.96 | 0.29 |
| Hex | 3 | C | 93 | 62 | 5C | 0 | 2A | EC | 60 | 1D |
| Octal | 3 | 14 | 223 | 142 | 134 | 0 | 52 | 354 | 140 | 35 |
| Binary | 11 | 1100 | 10010011 | 1100010 | 1011100 | 0 | 101010 | 11101100 | 1100000 | 11101 |
Color Harmonies of #030C93
Complementary color
Monochromatic Colors of #030C93
Black with #030C93
Text Example
Text Example
White with #030C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C93; }
p { color: rgb(3,12,147); }
H1.HeaderClassName
{
color: #030C93;
}
.AnyTagClassName
{
color: #030C93;
}
</style>
background-color css
<style>
a { background-color: #030C93; }
a { background-color: rgb(3,12,147); }
div.DivClassName
{
background-color: #030C93;
}
.BgClassName
{
background-color: #030C93;
}
</style>
border-color css
<style>
span { border-color: #030C93; }
span { border-color: rgb(3,12,147); }
td.TdClassName
{
border-color: #030C93;
}
.TagClassName
{
border-color: #030C93;
}
</style>