Shades of Nordic #0C323B
Tints of Nordic #0C323B
RGB
CMYK
RGB Variations
Color information
#0C323B (or 0x0C323B) is known color: Nordic. HEX triplet: 0C, 32 and 3B. RGB value is (12,50,59). Sum of RGB (Red+Green+Blue) = 12+50+59=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #0C323B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C323B is #F3CDC4. Grayscale: #272727. Windows color (decimal): -15977925 or 3879436. OLE color: 3879436.
HSL color Cylindrical-coordinate representation of color #0C323B: hue angle of 191.49º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C323B is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 50 | 59 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.77 |
| HSL | 191.49º | 0.66% | 0.14% | - |
| HSV(B) | 191.49º | 0.8% | 0.23% | - |
| XYZ | 2.08 | 2.68 | 4.54 | - |
| YUV | 39.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 50 | 59 | 0.80 | 0.15 | 0 | 0.77 | 191.49 | 0.66 | 0.14 |
| Hex | C | 32 | 3B | 50 | F | 0 | 4D | BF | 42 | E |
| Octal | 14 | 62 | 73 | 120 | 17 | 0 | 115 | 277 | 102 | 16 |
| Binary | 1100 | 110010 | 111011 | 1010000 | 1111 | 0 | 1001101 | 10111111 | 1000010 | 1110 |
Color Harmonies of #0C323B
Complementary color
Monochromatic Colors of #0C323B
Black with #0C323B
Text Example
Text Example
White with #0C323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C323B; }
p { color: rgb(12,50,59); }
H1.HeaderClassName
{
color: #0C323B;
}
.AnyTagClassName
{
color: #0C323B;
}
</style>
background-color css
<style>
a { background-color: #0C323B; }
a { background-color: rgb(12,50,59); }
div.DivClassName
{
background-color: #0C323B;
}
.BgClassName
{
background-color: #0C323B;
}
</style>
border-color css
<style>
span { border-color: #0C323B; }
span { border-color: rgb(12,50,59); }
td.TdClassName
{
border-color: #0C323B;
}
.TagClassName
{
border-color: #0C323B;
}
</style>