Shades of Nordic #0C363D
Tints of Nordic #0C363D
RGB
CMYK
RGB Variations
Color information
#0C363D (or 0x0C363D) is known color: Nordic. HEX triplet: 0C, 36 and 3D. RGB value is (12,54,61). Sum of RGB (Red+Green+Blue) = 12+54+61=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C363D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C363D is #F3C9C2. Grayscale: #2A2A2A. Windows color (decimal): -15976899 or 4011532. OLE color: 4011532.
HSL color Cylindrical-coordinate representation of color #0C363D: hue angle of 188.57º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C363D is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 54 | 61 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.76 |
| HSL | 188.57º | 0.67% | 0.14% | - |
| HSV(B) | 188.57º | 0.8% | 0.24% | - |
| XYZ | 2.31 | 3.05 | 4.88 | - |
| YUV | 42.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 54 | 61 | 0.80 | 0.11 | 0 | 0.76 | 188.57 | 0.67 | 0.14 |
| Hex | C | 36 | 3D | 50 | B | 0 | 4C | BD | 43 | E |
| Octal | 14 | 66 | 75 | 120 | 13 | 0 | 114 | 275 | 103 | 16 |
| Binary | 1100 | 110110 | 111101 | 1010000 | 1011 | 0 | 1001100 | 10111101 | 1000011 | 1110 |
Color Harmonies of #0C363D
Complementary color
Monochromatic Colors of #0C363D
Black with #0C363D
Text Example
Text Example
White with #0C363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C363D; }
p { color: rgb(12,54,61); }
H1.HeaderClassName
{
color: #0C363D;
}
.AnyTagClassName
{
color: #0C363D;
}
</style>
background-color css
<style>
a { background-color: #0C363D; }
a { background-color: rgb(12,54,61); }
div.DivClassName
{
background-color: #0C363D;
}
.BgClassName
{
background-color: #0C363D;
}
</style>
border-color css
<style>
span { border-color: #0C363D; }
span { border-color: rgb(12,54,61); }
td.TdClassName
{
border-color: #0C363D;
}
.TagClassName
{
border-color: #0C363D;
}
</style>