Shades of Nordic #0C333B
Tints of Nordic #0C333B
RGB
CMYK
RGB Variations
Color information
#0C333B (or 0x0C333B) is known color: Nordic. HEX triplet: 0C, 33 and 3B. RGB value is (12,51,59). Sum of RGB (Red+Green+Blue) = 12+51+59=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 59 - color contains mainly: blue. Hex color #0C333B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C333B is #F3CCC4. Grayscale: #282828. Windows color (decimal): -15977669 or 3879692. OLE color: 3879692.
HSL color Cylindrical-coordinate representation of color #0C333B: hue angle of 190.21º 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 #0C333B is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 51 | 59 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.77 |
| HSL | 190.21º | 0.66% | 0.14% | - |
| HSV(B) | 190.21º | 0.8% | 0.23% | - |
| XYZ | 2.12 | 2.76 | 4.56 | - |
| YUV | 40.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 51 | 59 | 0.80 | 0.14 | 0 | 0.77 | 190.21 | 0.66 | 0.14 |
| Hex | C | 33 | 3B | 50 | E | 0 | 4D | BE | 42 | E |
| Octal | 14 | 63 | 73 | 120 | 16 | 0 | 115 | 276 | 102 | 16 |
| Binary | 1100 | 110011 | 111011 | 1010000 | 1110 | 0 | 1001101 | 10111110 | 1000010 | 1110 |
Color Harmonies of #0C333B
Complementary color
Monochromatic Colors of #0C333B
Black with #0C333B
Text Example
Text Example
White with #0C333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C333B; }
p { color: rgb(12,51,59); }
H1.HeaderClassName
{
color: #0C333B;
}
.AnyTagClassName
{
color: #0C333B;
}
</style>
background-color css
<style>
a { background-color: #0C333B; }
a { background-color: rgb(12,51,59); }
div.DivClassName
{
background-color: #0C333B;
}
.BgClassName
{
background-color: #0C333B;
}
</style>
border-color css
<style>
span { border-color: #0C333B; }
span { border-color: rgb(12,51,59); }
td.TdClassName
{
border-color: #0C333B;
}
.TagClassName
{
border-color: #0C333B;
}
</style>