Shades of Egyptian Blue #0D1F9A
Tints of Egyptian Blue #0D1F9A
RGB
CMYK
RGB Variations
Color information
#0D1F9A (or 0x0D1F9A) is known color: Egyptian Blue. HEX triplet: 0D, 1F and 9A. RGB value is (13,31,154). Sum of RGB (Red+Green+Blue) = 13+31+154=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 154 (60.55% from 255 or 77.78% from 198); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D1F9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1F9A is #F2E065. Grayscale: #272727. Windows color (decimal): -15917158 or 10100493. OLE color: 10100493.
HSL color Cylindrical-coordinate representation of color #0D1F9A: hue angle of 232.34º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D1F9A is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 31 | 154 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.40 |
| HSL | 232.34º | 0.84% | 0.33% | - |
| HSV(B) | 232.34º | 0.92% | 0.6% | - |
| XYZ | 6.49 | 3.4 | 30.89 | - |
| YUV | 39.64 | 192.54 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 154 | 0.92 | 0.80 | 0 | 0.40 | 232.34 | 0.84 | 0.33 |
| Hex | D | 1F | 9A | 5C | 50 | 0 | 28 | E8 | 54 | 21 |
| Octal | 15 | 37 | 232 | 134 | 120 | 0 | 50 | 350 | 124 | 41 |
| Binary | 1101 | 11111 | 10011010 | 1011100 | 1010000 | 0 | 101000 | 11101000 | 1010100 | 100001 |
Color Harmonies of #0D1F9A
Complementary color
Monochromatic Colors of #0D1F9A
Black with #0D1F9A
Text Example
Text Example
White with #0D1F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1F9A; }
p { color: rgb(13,31,154); }
H1.HeaderClassName
{
color: #0D1F9A;
}
.AnyTagClassName
{
color: #0D1F9A;
}
</style>
background-color css
<style>
a { background-color: #0D1F9A; }
a { background-color: rgb(13,31,154); }
div.DivClassName
{
background-color: #0D1F9A;
}
.BgClassName
{
background-color: #0D1F9A;
}
</style>
border-color css
<style>
span { border-color: #0D1F9A; }
span { border-color: rgb(13,31,154); }
td.TdClassName
{
border-color: #0D1F9A;
}
.TagClassName
{
border-color: #0D1F9A;
}
</style>