Shades of Nordic #0C3741
Tints of Nordic #0C3741
RGB
CMYK
RGB Variations
Color information
#0C3741 (or 0x0C3741) is known color: Nordic. HEX triplet: 0C, 37 and 41. RGB value is (12,55,65). Sum of RGB (Red+Green+Blue) = 12+55+65=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #0C3741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3741 is #F3C8BE. Grayscale: #2B2B2B. Windows color (decimal): -15976639 or 4273932. OLE color: 4273932.
HSL color Cylindrical-coordinate representation of color #0C3741: hue angle of 191.32º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C3741 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 55 | 65 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.75 |
| HSL | 191.32º | 0.69% | 0.15% | - |
| HSV(B) | 191.32º | 0.82% | 0.25% | - |
| XYZ | 2.47 | 3.19 | 5.49 | - |
| YUV | 43.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 55 | 65 | 0.82 | 0.15 | 0 | 0.75 | 191.32 | 0.69 | 0.15 |
| Hex | C | 37 | 41 | 52 | F | 0 | 4B | BF | 45 | F |
| Octal | 14 | 67 | 101 | 122 | 17 | 0 | 113 | 277 | 105 | 17 |
| Binary | 1100 | 110111 | 1000001 | 1010010 | 1111 | 0 | 1001011 | 10111111 | 1000101 | 1111 |
Color Harmonies of #0C3741
Complementary color
Monochromatic Colors of #0C3741
Black with #0C3741
Text Example
Text Example
White with #0C3741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3741; }
p { color: rgb(12,55,65); }
H1.HeaderClassName
{
color: #0C3741;
}
.AnyTagClassName
{
color: #0C3741;
}
</style>
background-color css
<style>
a { background-color: #0C3741; }
a { background-color: rgb(12,55,65); }
div.DivClassName
{
background-color: #0C3741;
}
.BgClassName
{
background-color: #0C3741;
}
</style>
border-color css
<style>
span { border-color: #0C3741; }
span { border-color: rgb(12,55,65); }
td.TdClassName
{
border-color: #0C3741;
}
.TagClassName
{
border-color: #0C3741;
}
</style>