Shades of Nordic #0C3439
Tints of Nordic #0C3439
RGB
CMYK
RGB Variations
Color information
#0C3439 (or 0x0C3439) is known color: Nordic. HEX triplet: 0C, 34 and 39. RGB value is (12,52,57). Sum of RGB (Red+Green+Blue) = 12+52+57=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #0C3439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3439 is #F3CBC6. Grayscale: #282828. Windows color (decimal): -15977415 or 3748876. OLE color: 3748876.
HSL color Cylindrical-coordinate representation of color #0C3439: hue angle of 186.67º 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 #0C3439 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 52 | 57 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.78 |
| HSL | 186.67º | 0.65% | 0.14% | - |
| HSV(B) | 186.67º | 0.79% | 0.22% | - |
| XYZ | 2.12 | 2.83 | 4.31 | - |
| YUV | 40.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 57 | 0.79 | 0.09 | 0 | 0.78 | 186.67 | 0.65 | 0.14 |
| Hex | C | 34 | 39 | 4F | 9 | 0 | 4E | BB | 41 | E |
| Octal | 14 | 64 | 71 | 117 | 11 | 0 | 116 | 273 | 101 | 16 |
| Binary | 1100 | 110100 | 111001 | 1001111 | 1001 | 0 | 1001110 | 10111011 | 1000001 | 1110 |
Color Harmonies of #0C3439
Complementary color
Monochromatic Colors of #0C3439
Black with #0C3439
Text Example
Text Example
White with #0C3439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3439; }
p { color: rgb(12,52,57); }
H1.HeaderClassName
{
color: #0C3439;
}
.AnyTagClassName
{
color: #0C3439;
}
</style>
background-color css
<style>
a { background-color: #0C3439; }
a { background-color: rgb(12,52,57); }
div.DivClassName
{
background-color: #0C3439;
}
.BgClassName
{
background-color: #0C3439;
}
</style>
border-color css
<style>
span { border-color: #0C3439; }
span { border-color: rgb(12,52,57); }
td.TdClassName
{
border-color: #0C3439;
}
.TagClassName
{
border-color: #0C3439;
}
</style>