Shades of Nordic #012C34
Tints of Nordic #012C34
RGB
CMYK
RGB Variations
Color information
#012C34 (or 0x012C34) is known color: Nordic. HEX triplet: 01, 2C and 34. RGB value is (1,44,52). Sum of RGB (Red+Green+Blue) = 1+44+52=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 52 (20.70% from 255 or 53.61% from 97); Max value from RGB is 52 - color contains mainly: blue. Hex color #012C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C34 is #FED3CB. Grayscale: #1F1F1F. Windows color (decimal): -16700364 or 3419137. OLE color: 3419137.
HSL color Cylindrical-coordinate representation of color #012C34: hue angle of 189.41º 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 #012C34 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 44 | 52 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.80 |
| HSL | 189.41º | 0.96% | 0.1% | - |
| HSV(B) | 189.41º | 0.98% | 0.2% | - |
| XYZ | 1.53 | 2.06 | 3.56 | - |
| YUV | 32.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 52 | 0.98 | 0.15 | 0 | 0.80 | 189.41 | 0.96 | 0.1 |
| Hex | 1 | 2C | 34 | 62 | F | 0 | 50 | BD | 60 | A |
| Octal | 1 | 54 | 64 | 142 | 17 | 0 | 120 | 275 | 140 | 12 |
| Binary | 1 | 101100 | 110100 | 1100010 | 1111 | 0 | 1010000 | 10111101 | 1100000 | 1010 |
Color Harmonies of #012C34
Complementary color
Monochromatic Colors of #012C34
Black with #012C34
Text Example
Text Example
White with #012C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C34; }
p { color: rgb(1,44,52); }
H1.HeaderClassName
{
color: #012C34;
}
.AnyTagClassName
{
color: #012C34;
}
</style>
background-color css
<style>
a { background-color: #012C34; }
a { background-color: rgb(1,44,52); }
div.DivClassName
{
background-color: #012C34;
}
.BgClassName
{
background-color: #012C34;
}
</style>
border-color css
<style>
span { border-color: #012C34; }
span { border-color: rgb(1,44,52); }
td.TdClassName
{
border-color: #012C34;
}
.TagClassName
{
border-color: #012C34;
}
</style>