Shades of Tolopea #0B033C
Tints of Tolopea #0B033C
RGB
CMYK
RGB Variations
Color information
#0B033C (or 0x0B033C) is known color: Tolopea. HEX triplet: 0B, 03 and 3C. RGB value is (11,3,60). Sum of RGB (Red+Green+Blue) = 11+3+60=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 60 (23.83% from 255 or 81.08% from 74); Max value from RGB is 60 - color contains mainly: blue. Hex color #0B033C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B033C is #F4FCC3. Grayscale: #0B0B0B. Windows color (decimal): -16055492 or 3932939. OLE color: 3932939.
HSL color Cylindrical-coordinate representation of color #0B033C: hue angle of 248.42º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B033C is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 3 | 60 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.76 |
| HSL | 248.42º | 0.9% | 0.12% | - |
| HSV(B) | 248.42º | 0.95% | 0.24% | - |
| XYZ | 0.99 | 0.46 | 4.31 | - |
| YUV | 11.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 3 | 60 | 0.82 | 0.95 | 0 | 0.76 | 248.42 | 0.9 | 0.12 |
| Hex | B | 3 | 3C | 52 | 5F | 0 | 4C | F8 | 5A | C |
| Octal | 13 | 3 | 74 | 122 | 137 | 0 | 114 | 370 | 132 | 14 |
| Binary | 1011 | 11 | 111100 | 1010010 | 1011111 | 0 | 1001100 | 11111000 | 1011010 | 1100 |
Color Harmonies of #0B033C
Complementary color
Monochromatic Colors of #0B033C
Black with #0B033C
Text Example
Text Example
White with #0B033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B033C; }
p { color: rgb(11,3,60); }
H1.HeaderClassName
{
color: #0B033C;
}
.AnyTagClassName
{
color: #0B033C;
}
</style>
background-color css
<style>
a { background-color: #0B033C; }
a { background-color: rgb(11,3,60); }
div.DivClassName
{
background-color: #0B033C;
}
.BgClassName
{
background-color: #0B033C;
}
</style>
border-color css
<style>
span { border-color: #0B033C; }
span { border-color: rgb(11,3,60); }
td.TdClassName
{
border-color: #0B033C;
}
.TagClassName
{
border-color: #0B033C;
}
</style>