Shades of Nordic #0C343E
Tints of Nordic #0C343E
RGB
CMYK
RGB Variations
Color information
#0C343E (or 0x0C343E) is known color: Nordic. HEX triplet: 0C, 34 and 3E. RGB value is (12,52,62). Sum of RGB (Red+Green+Blue) = 12+52+62=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #0C343E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C343E is #F3CBC1. Grayscale: #292929. Windows color (decimal): -15977410 or 4076556. OLE color: 4076556.
HSL color Cylindrical-coordinate representation of color #0C343E: hue angle of 192º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C343E is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 52 | 62 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.76 |
| HSL | 192º | 0.68% | 0.15% | - |
| HSV(B) | 192º | 0.81% | 0.24% | - |
| XYZ | 2.25 | 2.88 | 5 | - |
| YUV | 41.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 62 | 0.81 | 0.16 | 0 | 0.76 | 192 | 0.68 | 0.15 |
| Hex | C | 34 | 3E | 51 | 10 | 0 | 4C | C0 | 44 | F |
| Octal | 14 | 64 | 76 | 121 | 20 | 0 | 114 | 300 | 104 | 17 |
| Binary | 1100 | 110100 | 111110 | 1010001 | 10000 | 0 | 1001100 | 11000000 | 1000100 | 1111 |
Color Harmonies of #0C343E
Complementary color
Monochromatic Colors of #0C343E
Black with #0C343E
Text Example
Text Example
White with #0C343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C343E; }
p { color: rgb(12,52,62); }
H1.HeaderClassName
{
color: #0C343E;
}
.AnyTagClassName
{
color: #0C343E;
}
</style>
background-color css
<style>
a { background-color: #0C343E; }
a { background-color: rgb(12,52,62); }
div.DivClassName
{
background-color: #0C343E;
}
.BgClassName
{
background-color: #0C343E;
}
</style>
border-color css
<style>
span { border-color: #0C343E; }
span { border-color: rgb(12,52,62); }
td.TdClassName
{
border-color: #0C343E;
}
.TagClassName
{
border-color: #0C343E;
}
</style>