Shades of Nordic #0C333C
Tints of Nordic #0C333C
RGB
CMYK
RGB Variations
Color information
#0C333C (or 0x0C333C) is known color: Nordic. HEX triplet: 0C, 33 and 3C. RGB value is (12,51,60). Sum of RGB (Red+Green+Blue) = 12+51+60=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 60 (23.83% from 255 or 48.78% from 123); Max value from RGB is 60 - color contains mainly: blue. Hex color #0C333C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C333C is #F3CCC3. Grayscale: #282828. Windows color (decimal): -15977668 or 3945228. OLE color: 3945228.
HSL color Cylindrical-coordinate representation of color #0C333C: hue angle of 191.25º 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 #0C333C is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 51 | 60 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.76 |
| HSL | 191.25º | 0.67% | 0.14% | - |
| HSV(B) | 191.25º | 0.8% | 0.24% | - |
| XYZ | 2.15 | 2.77 | 4.7 | - |
| YUV | 40.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 51 | 60 | 0.80 | 0.15 | 0 | 0.76 | 191.25 | 0.67 | 0.14 |
| Hex | C | 33 | 3C | 50 | F | 0 | 4C | BF | 43 | E |
| Octal | 14 | 63 | 74 | 120 | 17 | 0 | 114 | 277 | 103 | 16 |
| Binary | 1100 | 110011 | 111100 | 1010000 | 1111 | 0 | 1001100 | 10111111 | 1000011 | 1110 |
Color Harmonies of #0C333C
Complementary color
Monochromatic Colors of #0C333C
Black with #0C333C
Text Example
Text Example
White with #0C333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C333C; }
p { color: rgb(12,51,60); }
H1.HeaderClassName
{
color: #0C333C;
}
.AnyTagClassName
{
color: #0C333C;
}
</style>
background-color css
<style>
a { background-color: #0C333C; }
a { background-color: rgb(12,51,60); }
div.DivClassName
{
background-color: #0C333C;
}
.BgClassName
{
background-color: #0C333C;
}
</style>
border-color css
<style>
span { border-color: #0C333C; }
span { border-color: rgb(12,51,60); }
td.TdClassName
{
border-color: #0C333C;
}
.TagClassName
{
border-color: #0C333C;
}
</style>