Shades of Nordic #0C343A
Tints of Nordic #0C343A
RGB
CMYK
RGB Variations
Color information
#0C343A (or 0x0C343A) is known color: Nordic. HEX triplet: 0C, 34 and 3A. RGB value is (12,52,58). Sum of RGB (Red+Green+Blue) = 12+52+58=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #0C343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C343A is #F3CBC5. Grayscale: #282828. Windows color (decimal): -15977414 or 3814412. OLE color: 3814412.
HSL color Cylindrical-coordinate representation of color #0C343A: hue angle of 187.83º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C343A is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 52 | 58 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.77 |
| HSL | 187.83º | 0.66% | 0.14% | - |
| HSV(B) | 187.83º | 0.79% | 0.23% | - |
| XYZ | 2.14 | 2.84 | 4.44 | - |
| YUV | 40.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 58 | 0.79 | 0.10 | 0 | 0.77 | 187.83 | 0.66 | 0.14 |
| Hex | C | 34 | 3A | 4F | A | 0 | 4D | BC | 42 | E |
| Octal | 14 | 64 | 72 | 117 | 12 | 0 | 115 | 274 | 102 | 16 |
| Binary | 1100 | 110100 | 111010 | 1001111 | 1010 | 0 | 1001101 | 10111100 | 1000010 | 1110 |
Color Harmonies of #0C343A
Complementary color
Monochromatic Colors of #0C343A
Black with #0C343A
Text Example
Text Example
White with #0C343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C343A; }
p { color: rgb(12,52,58); }
H1.HeaderClassName
{
color: #0C343A;
}
.AnyTagClassName
{
color: #0C343A;
}
</style>
background-color css
<style>
a { background-color: #0C343A; }
a { background-color: rgb(12,52,58); }
div.DivClassName
{
background-color: #0C343A;
}
.BgClassName
{
background-color: #0C343A;
}
</style>
border-color css
<style>
span { border-color: #0C343A; }
span { border-color: rgb(12,52,58); }
td.TdClassName
{
border-color: #0C343A;
}
.TagClassName
{
border-color: #0C343A;
}
</style>