Shades of Nordic #0C313B
Tints of Nordic #0C313B
RGB
CMYK
RGB Variations
Color information
#0C313B (or 0x0C313B) is known color: Nordic. HEX triplet: 0C, 31 and 3B. RGB value is (12,49,59). Sum of RGB (Red+Green+Blue) = 12+49+59=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 59 (23.44% from 255 or 49.17% from 120); Max value from RGB is 59 - color contains mainly: blue. Hex color #0C313B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C313B is #F3CEC4. Grayscale: #272727. Windows color (decimal): -15978181 or 3879180. OLE color: 3879180.
HSL color Cylindrical-coordinate representation of color #0C313B: hue angle of 192.77º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C313B is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 49 | 59 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.77 |
| HSL | 192.77º | 0.66% | 0.14% | - |
| HSV(B) | 192.77º | 0.8% | 0.23% | - |
| XYZ | 2.04 | 2.59 | 4.53 | - |
| YUV | 39.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 49 | 59 | 0.80 | 0.17 | 0 | 0.77 | 192.77 | 0.66 | 0.14 |
| Hex | C | 31 | 3B | 50 | 11 | 0 | 4D | C1 | 42 | E |
| Octal | 14 | 61 | 73 | 120 | 21 | 0 | 115 | 301 | 102 | 16 |
| Binary | 1100 | 110001 | 111011 | 1010000 | 10001 | 0 | 1001101 | 11000001 | 1000010 | 1110 |
Color Harmonies of #0C313B
Complementary color
Monochromatic Colors of #0C313B
Black with #0C313B
Text Example
Text Example
White with #0C313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C313B; }
p { color: rgb(12,49,59); }
H1.HeaderClassName
{
color: #0C313B;
}
.AnyTagClassName
{
color: #0C313B;
}
</style>
background-color css
<style>
a { background-color: #0C313B; }
a { background-color: rgb(12,49,59); }
div.DivClassName
{
background-color: #0C313B;
}
.BgClassName
{
background-color: #0C313B;
}
</style>
border-color css
<style>
span { border-color: #0C313B; }
span { border-color: rgb(12,49,59); }
td.TdClassName
{
border-color: #0C313B;
}
.TagClassName
{
border-color: #0C313B;
}
</style>