Shades of Nordic #0C3134
Tints of Nordic #0C3134
RGB
CMYK
RGB Variations
Color information
#0C3134 (or 0x0C3134) is known color: Nordic. HEX triplet: 0C, 31 and 34. RGB value is (12,49,52). Sum of RGB (Red+Green+Blue) = 12+49+52=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 52 - color contains mainly: blue. Hex color #0C3134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3134 is #F3CECB. Grayscale: #262626. Windows color (decimal): -15978188 or 3420428. OLE color: 3420428.
HSL color Cylindrical-coordinate representation of color #0C3134: hue angle of 184.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C3134 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 49 | 52 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.80 |
| HSL | 184.5º | 0.63% | 0.13% | - |
| HSV(B) | 184.5º | 0.77% | 0.2% | - |
| XYZ | 1.87 | 2.52 | 3.64 | - |
| YUV | 38.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 49 | 52 | 0.77 | 0.06 | 0 | 0.80 | 184.5 | 0.63 | 0.13 |
| Hex | C | 31 | 34 | 4D | 6 | 0 | 50 | B8 | 3E | D |
| Octal | 14 | 61 | 64 | 115 | 6 | 0 | 120 | 270 | 76 | 15 |
| Binary | 1100 | 110001 | 110100 | 1001101 | 110 | 0 | 1010000 | 10111000 | 111110 | 1101 |
Color Harmonies of #0C3134
Complementary color
Monochromatic Colors of #0C3134
Black with #0C3134
Text Example
Text Example
White with #0C3134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3134; }
p { color: rgb(12,49,52); }
H1.HeaderClassName
{
color: #0C3134;
}
.AnyTagClassName
{
color: #0C3134;
}
</style>
background-color css
<style>
a { background-color: #0C3134; }
a { background-color: rgb(12,49,52); }
div.DivClassName
{
background-color: #0C3134;
}
.BgClassName
{
background-color: #0C3134;
}
</style>
border-color css
<style>
span { border-color: #0C3134; }
span { border-color: rgb(12,49,52); }
td.TdClassName
{
border-color: #0C3134;
}
.TagClassName
{
border-color: #0C3134;
}
</style>