Shades of Nordic #0C3541
Tints of Nordic #0C3541
RGB
CMYK
RGB Variations
Color information
#0C3541 (or 0x0C3541) is known color: Nordic. HEX triplet: 0C, 35 and 41. RGB value is (12,53,65). Sum of RGB (Red+Green+Blue) = 12+53+65=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #0C3541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3541 is #F3CABE. Grayscale: #2A2A2A. Windows color (decimal): -15977151 or 4273420. OLE color: 4273420.
HSL color Cylindrical-coordinate representation of color #0C3541: hue angle of 193.58º 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 #0C3541 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 53 | 65 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.75 |
| HSL | 193.58º | 0.69% | 0.15% | - |
| HSV(B) | 193.58º | 0.82% | 0.25% | - |
| XYZ | 2.38 | 3.01 | 5.46 | - |
| YUV | 42.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 65 | 0.82 | 0.18 | 0 | 0.75 | 193.58 | 0.69 | 0.15 |
| Hex | C | 35 | 41 | 52 | 12 | 0 | 4B | C2 | 45 | F |
| Octal | 14 | 65 | 101 | 122 | 22 | 0 | 113 | 302 | 105 | 17 |
| Binary | 1100 | 110101 | 1000001 | 1010010 | 10010 | 0 | 1001011 | 11000010 | 1000101 | 1111 |
Color Harmonies of #0C3541
Complementary color
Monochromatic Colors of #0C3541
Black with #0C3541
Text Example
Text Example
White with #0C3541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3541; }
p { color: rgb(12,53,65); }
H1.HeaderClassName
{
color: #0C3541;
}
.AnyTagClassName
{
color: #0C3541;
}
</style>
background-color css
<style>
a { background-color: #0C3541; }
a { background-color: rgb(12,53,65); }
div.DivClassName
{
background-color: #0C3541;
}
.BgClassName
{
background-color: #0C3541;
}
</style>
border-color css
<style>
span { border-color: #0C3541; }
span { border-color: rgb(12,53,65); }
td.TdClassName
{
border-color: #0C3541;
}
.TagClassName
{
border-color: #0C3541;
}
</style>