Shades of Nordic #0C333D
Tints of Nordic #0C333D
RGB
CMYK
RGB Variations
Color information
#0C333D (or 0x0C333D) is known color: Nordic. HEX triplet: 0C, 33 and 3D. RGB value is (12,51,61). Sum of RGB (Red+Green+Blue) = 12+51+61=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C333D is #F3CCC2. Grayscale: #282828. Windows color (decimal): -15977667 or 4010764. OLE color: 4010764.
HSL color Cylindrical-coordinate representation of color #0C333D: hue angle of 192.24º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C333D is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 51 | 61 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.76 |
| HSL | 192.24º | 0.67% | 0.14% | - |
| HSV(B) | 192.24º | 0.8% | 0.24% | - |
| XYZ | 2.18 | 2.78 | 4.84 | - |
| YUV | 40.48 | 139.58 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 51 | 61 | 0.80 | 0.16 | 0 | 0.76 | 192.24 | 0.67 | 0.14 |
| Hex | C | 33 | 3D | 50 | 10 | 0 | 4C | C0 | 43 | E |
| Octal | 14 | 63 | 75 | 120 | 20 | 0 | 114 | 300 | 103 | 16 |
| Binary | 1100 | 110011 | 111101 | 1010000 | 10000 | 0 | 1001100 | 11000000 | 1000011 | 1110 |
Color Harmonies of #0C333D
Complementary color
Monochromatic Colors of #0C333D
Black with #0C333D
Text Example
Text Example
White with #0C333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C333D; }
p { color: rgb(12,51,61); }
H1.HeaderClassName
{
color: #0C333D;
}
.AnyTagClassName
{
color: #0C333D;
}
</style>
background-color css
<style>
a { background-color: #0C333D; }
a { background-color: rgb(12,51,61); }
div.DivClassName
{
background-color: #0C333D;
}
.BgClassName
{
background-color: #0C333D;
}
</style>
border-color css
<style>
span { border-color: #0C333D; }
span { border-color: rgb(12,51,61); }
td.TdClassName
{
border-color: #0C333D;
}
.TagClassName
{
border-color: #0C333D;
}
</style>