Shades of Nordic #012D34
Tints of Nordic #012D34
RGB
CMYK
RGB Variations
Color information
#012D34 (or 0x012D34) is known color: Nordic. HEX triplet: 01, 2D and 34. RGB value is (1,45,52). Sum of RGB (Red+Green+Blue) = 1+45+52=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 52 (20.70% from 255 or 53.06% from 98); Max value from RGB is 52 - color contains mainly: blue. Hex color #012D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D34 is #FED2CB. Grayscale: #202020. Windows color (decimal): -16700108 or 3419393. OLE color: 3419393.
HSL color Cylindrical-coordinate representation of color #012D34: hue angle of 188.24º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012D34 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 45 | 52 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.80 |
| HSL | 188.24º | 0.96% | 0.1% | - |
| HSV(B) | 188.24º | 0.98% | 0.2% | - |
| XYZ | 1.57 | 2.13 | 3.58 | - |
| YUV | 32.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 52 | 0.98 | 0.13 | 0 | 0.80 | 188.24 | 0.96 | 0.1 |
| Hex | 1 | 2D | 34 | 62 | D | 0 | 50 | BC | 60 | A |
| Octal | 1 | 55 | 64 | 142 | 15 | 0 | 120 | 274 | 140 | 12 |
| Binary | 1 | 101101 | 110100 | 1100010 | 1101 | 0 | 1010000 | 10111100 | 1100000 | 1010 |
Color Harmonies of #012D34
Complementary color
Monochromatic Colors of #012D34
Black with #012D34
Text Example
Text Example
White with #012D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D34; }
p { color: rgb(1,45,52); }
H1.HeaderClassName
{
color: #012D34;
}
.AnyTagClassName
{
color: #012D34;
}
</style>
background-color css
<style>
a { background-color: #012D34; }
a { background-color: rgb(1,45,52); }
div.DivClassName
{
background-color: #012D34;
}
.BgClassName
{
background-color: #012D34;
}
</style>
border-color css
<style>
span { border-color: #012D34; }
span { border-color: rgb(1,45,52); }
td.TdClassName
{
border-color: #012D34;
}
.TagClassName
{
border-color: #012D34;
}
</style>