Shades of Nordic #0C3640
Tints of Nordic #0C3640
RGB
CMYK
RGB Variations
Color information
#0C3640 (or 0x0C3640) is known color: Nordic. HEX triplet: 0C, 36 and 40. RGB value is (12,54,64). Sum of RGB (Red+Green+Blue) = 12+54+64=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #0C3640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3640 is #F3C9BF. Grayscale: #2A2A2A. Windows color (decimal): -15976896 or 4208140. OLE color: 4208140.
HSL color Cylindrical-coordinate representation of color #0C3640: hue angle of 191.54º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C3640 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 54 | 64 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.75 |
| HSL | 191.54º | 0.68% | 0.15% | - |
| HSV(B) | 191.54º | 0.81% | 0.25% | - |
| XYZ | 2.4 | 3.09 | 5.32 | - |
| YUV | 42.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 54 | 64 | 0.81 | 0.16 | 0 | 0.75 | 191.54 | 0.68 | 0.15 |
| Hex | C | 36 | 40 | 51 | 10 | 0 | 4B | C0 | 44 | F |
| Octal | 14 | 66 | 100 | 121 | 20 | 0 | 113 | 300 | 104 | 17 |
| Binary | 1100 | 110110 | 1000000 | 1010001 | 10000 | 0 | 1001011 | 11000000 | 1000100 | 1111 |
Color Harmonies of #0C3640
Complementary color
Monochromatic Colors of #0C3640
Black with #0C3640
Text Example
Text Example
White with #0C3640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3640; }
p { color: rgb(12,54,64); }
H1.HeaderClassName
{
color: #0C3640;
}
.AnyTagClassName
{
color: #0C3640;
}
</style>
background-color css
<style>
a { background-color: #0C3640; }
a { background-color: rgb(12,54,64); }
div.DivClassName
{
background-color: #0C3640;
}
.BgClassName
{
background-color: #0C3640;
}
</style>
border-color css
<style>
span { border-color: #0C3640; }
span { border-color: rgb(12,54,64); }
td.TdClassName
{
border-color: #0C3640;
}
.TagClassName
{
border-color: #0C3640;
}
</style>