Shades of Nordic #0C353D
Tints of Nordic #0C353D
RGB
CMYK
RGB Variations
Color information
#0C353D (or 0x0C353D) is known color: Nordic. HEX triplet: 0C, 35 and 3D. RGB value is (12,53,61). Sum of RGB (Red+Green+Blue) = 12+53+61=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C353D is #F3CAC2. Grayscale: #292929. Windows color (decimal): -15977155 or 4011276. OLE color: 4011276.
HSL color Cylindrical-coordinate representation of color #0C353D: hue angle of 189.8º 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 #0C353D is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 53 | 61 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.76 |
| HSL | 189.8º | 0.67% | 0.14% | - |
| HSV(B) | 189.8º | 0.8% | 0.24% | - |
| XYZ | 2.27 | 2.96 | 4.87 | - |
| YUV | 41.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 61 | 0.80 | 0.13 | 0 | 0.76 | 189.8 | 0.67 | 0.14 |
| Hex | C | 35 | 3D | 50 | D | 0 | 4C | BE | 43 | E |
| Octal | 14 | 65 | 75 | 120 | 15 | 0 | 114 | 276 | 103 | 16 |
| Binary | 1100 | 110101 | 111101 | 1010000 | 1101 | 0 | 1001100 | 10111110 | 1000011 | 1110 |
Color Harmonies of #0C353D
Complementary color
Monochromatic Colors of #0C353D
Black with #0C353D
Text Example
Text Example
White with #0C353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C353D; }
p { color: rgb(12,53,61); }
H1.HeaderClassName
{
color: #0C353D;
}
.AnyTagClassName
{
color: #0C353D;
}
</style>
background-color css
<style>
a { background-color: #0C353D; }
a { background-color: rgb(12,53,61); }
div.DivClassName
{
background-color: #0C353D;
}
.BgClassName
{
background-color: #0C353D;
}
</style>
border-color css
<style>
span { border-color: #0C353D; }
span { border-color: rgb(12,53,61); }
td.TdClassName
{
border-color: #0C353D;
}
.TagClassName
{
border-color: #0C353D;
}
</style>