Shades of Nordic #12333D
Tints of Nordic #12333D
RGB
CMYK
RGB Variations
Color information
#12333D (or 0x12333D) is known color: Nordic. HEX triplet: 12, 33 and 3D. RGB value is (18,51,61). Sum of RGB (Red+Green+Blue) = 18+51+61=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #12333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12333D is #EDCCC2. Grayscale: #2A2A2A. Windows color (decimal): -15584451 or 4010770. OLE color: 4010770.
HSL color Cylindrical-coordinate representation of color #12333D: hue angle of 193.95º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12333D is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 51 | 61 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.76 |
| HSL | 193.95º | 0.54% | 0.15% | - |
| HSV(B) | 193.95º | 0.7% | 0.24% | - |
| XYZ | 2.28 | 2.83 | 4.84 | - |
| YUV | 42.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 61 | 0.70 | 0.16 | 0 | 0.76 | 193.95 | 0.54 | 0.15 |
| Hex | 12 | 33 | 3D | 46 | 10 | 0 | 4C | C2 | 36 | F |
| Octal | 22 | 63 | 75 | 106 | 20 | 0 | 114 | 302 | 66 | 17 |
| Binary | 10010 | 110011 | 111101 | 1000110 | 10000 | 0 | 1001100 | 11000010 | 110110 | 1111 |
Color Harmonies of #12333D
Complementary color
Monochromatic Colors of #12333D
Black with #12333D
Text Example
Text Example
White with #12333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12333D; }
p { color: rgb(18,51,61); }
H1.HeaderClassName
{
color: #12333D;
}
.AnyTagClassName
{
color: #12333D;
}
</style>
background-color css
<style>
a { background-color: #12333D; }
a { background-color: rgb(18,51,61); }
div.DivClassName
{
background-color: #12333D;
}
.BgClassName
{
background-color: #12333D;
}
</style>
border-color css
<style>
span { border-color: #12333D; }
span { border-color: rgb(18,51,61); }
td.TdClassName
{
border-color: #12333D;
}
.TagClassName
{
border-color: #12333D;
}
</style>