Shades of Nordic #0C3539
Tints of Nordic #0C3539
RGB
CMYK
RGB Variations
Color information
#0C3539 (or 0x0C3539) is known color: Nordic. HEX triplet: 0C, 35 and 39. RGB value is (12,53,57). Sum of RGB (Red+Green+Blue) = 12+53+57=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 57 - color contains mainly: blue. Hex color #0C3539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3539 is #F3CAC6. Grayscale: #292929. Windows color (decimal): -15977159 or 3749132. OLE color: 3749132.
HSL color Cylindrical-coordinate representation of color #0C3539: hue angle of 185.33º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3539 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 53 | 57 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.78 |
| HSL | 185.33º | 0.65% | 0.14% | - |
| HSV(B) | 185.33º | 0.79% | 0.22% | - |
| XYZ | 2.16 | 2.92 | 4.32 | - |
| YUV | 41.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 57 | 0.79 | 0.07 | 0 | 0.78 | 185.33 | 0.65 | 0.14 |
| Hex | C | 35 | 39 | 4F | 7 | 0 | 4E | B9 | 41 | E |
| Octal | 14 | 65 | 71 | 117 | 7 | 0 | 116 | 271 | 101 | 16 |
| Binary | 1100 | 110101 | 111001 | 1001111 | 111 | 0 | 1001110 | 10111001 | 1000001 | 1110 |
Color Harmonies of #0C3539
Complementary color
Monochromatic Colors of #0C3539
Black with #0C3539
Text Example
Text Example
White with #0C3539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3539; }
p { color: rgb(12,53,57); }
H1.HeaderClassName
{
color: #0C3539;
}
.AnyTagClassName
{
color: #0C3539;
}
</style>
background-color css
<style>
a { background-color: #0C3539; }
a { background-color: rgb(12,53,57); }
div.DivClassName
{
background-color: #0C3539;
}
.BgClassName
{
background-color: #0C3539;
}
</style>
border-color css
<style>
span { border-color: #0C3539; }
span { border-color: rgb(12,53,57); }
td.TdClassName
{
border-color: #0C3539;
}
.TagClassName
{
border-color: #0C3539;
}
</style>