Shades of Dark Blue #03138C
Tints of Dark Blue #03138C
RGB
CMYK
RGB Variations
Color information
#03138C (or 0x03138C) is known color: Dark Blue. HEX triplet: 03, 13 and 8C. RGB value is (3,19,140). Sum of RGB (Red+Green+Blue) = 3+19+140=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 140 (55.08% from 255 or 86.42% from 162); Max value from RGB is 140 - color contains mainly: blue. Hex color #03138C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03138C is #FCEC73. Grayscale: #1B1B1B. Windows color (decimal): -16575604 or 9179907. OLE color: 9179907.
HSL color Cylindrical-coordinate representation of color #03138C: hue angle of 232.99º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03138C is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 19 | 140 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.45 |
| HSL | 232.99º | 0.96% | 0.28% | - |
| HSV(B) | 232.99º | 0.98% | 0.55% | - |
| XYZ | 5 | 2.38 | 25.01 | - |
| YUV | 28.01 | 191.2 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 140 | 0.98 | 0.86 | 0 | 0.45 | 232.99 | 0.96 | 0.28 |
| Hex | 3 | 13 | 8C | 62 | 56 | 0 | 2D | E9 | 60 | 1C |
| Octal | 3 | 23 | 214 | 142 | 126 | 0 | 55 | 351 | 140 | 34 |
| Binary | 11 | 10011 | 10001100 | 1100010 | 1010110 | 0 | 101101 | 11101001 | 1100000 | 11100 |
Color Harmonies of #03138C
Complementary color
Monochromatic Colors of #03138C
Black with #03138C
Text Example
Text Example
White with #03138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03138C; }
p { color: rgb(3,19,140); }
H1.HeaderClassName
{
color: #03138C;
}
.AnyTagClassName
{
color: #03138C;
}
</style>
background-color css
<style>
a { background-color: #03138C; }
a { background-color: rgb(3,19,140); }
div.DivClassName
{
background-color: #03138C;
}
.BgClassName
{
background-color: #03138C;
}
</style>
border-color css
<style>
span { border-color: #03138C; }
span { border-color: rgb(3,19,140); }
td.TdClassName
{
border-color: #03138C;
}
.TagClassName
{
border-color: #03138C;
}
</style>