Shades of Nordic #0C373A
Tints of Nordic #0C373A
RGB
CMYK
RGB Variations
Color information
#0C373A (or 0x0C373A) is known color: Nordic. HEX triplet: 0C, 37 and 3A. RGB value is (12,55,58). Sum of RGB (Red+Green+Blue) = 12+55+58=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 58 - color contains mainly: blue. Hex color #0C373A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C373A is #F3C8C5. Grayscale: #2A2A2A. Windows color (decimal): -15976646 or 3815180. OLE color: 3815180.
HSL color Cylindrical-coordinate representation of color #0C373A: hue angle of 183.91º 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 #0C373A is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 55 | 58 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.77 |
| HSL | 183.91º | 0.66% | 0.14% | - |
| HSV(B) | 183.91º | 0.79% | 0.23% | - |
| XYZ | 2.28 | 3.12 | 4.48 | - |
| YUV | 42.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 55 | 58 | 0.79 | 0.05 | 0 | 0.77 | 183.91 | 0.66 | 0.14 |
| Hex | C | 37 | 3A | 4F | 5 | 0 | 4D | B8 | 42 | E |
| Octal | 14 | 67 | 72 | 117 | 5 | 0 | 115 | 270 | 102 | 16 |
| Binary | 1100 | 110111 | 111010 | 1001111 | 101 | 0 | 1001101 | 10111000 | 1000010 | 1110 |
Color Harmonies of #0C373A
Complementary color
Monochromatic Colors of #0C373A
Black with #0C373A
Text Example
Text Example
White with #0C373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C373A; }
p { color: rgb(12,55,58); }
H1.HeaderClassName
{
color: #0C373A;
}
.AnyTagClassName
{
color: #0C373A;
}
</style>
background-color css
<style>
a { background-color: #0C373A; }
a { background-color: rgb(12,55,58); }
div.DivClassName
{
background-color: #0C373A;
}
.BgClassName
{
background-color: #0C373A;
}
</style>
border-color css
<style>
span { border-color: #0C373A; }
span { border-color: rgb(12,55,58); }
td.TdClassName
{
border-color: #0C373A;
}
.TagClassName
{
border-color: #0C373A;
}
</style>