Shades of Nordic #012C35
Tints of Nordic #012C35
RGB
CMYK
RGB Variations
Color information
#012C35 (or 0x012C35) is known color: Nordic. HEX triplet: 01, 2C and 35. RGB value is (1,44,53). Sum of RGB (Red+Green+Blue) = 1+44+53=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 44 (17.58% from 255 or 44.90% from 98); Blue value is 53 (21.09% from 255 or 54.08% from 98); Max value from RGB is 53 - color contains mainly: blue. Hex color #012C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C35 is #FED3CA. Grayscale: #202020. Windows color (decimal): -16700363 or 3484673. OLE color: 3484673.
HSL color Cylindrical-coordinate representation of color #012C35: hue angle of 190.38º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012C35 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 44 | 53 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.79 |
| HSL | 190.38º | 0.96% | 0.11% | - |
| HSV(B) | 190.38º | 0.98% | 0.21% | - |
| XYZ | 1.56 | 2.06 | 3.68 | - |
| YUV | 32.17 | 139.75 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 53 | 0.98 | 0.17 | 0 | 0.79 | 190.38 | 0.96 | 0.11 |
| Hex | 1 | 2C | 35 | 62 | 11 | 0 | 4F | BE | 60 | B |
| Octal | 1 | 54 | 65 | 142 | 21 | 0 | 117 | 276 | 140 | 13 |
| Binary | 1 | 101100 | 110101 | 1100010 | 10001 | 0 | 1001111 | 10111110 | 1100000 | 1011 |
Color Harmonies of #012C35
Complementary color
Monochromatic Colors of #012C35
Black with #012C35
Text Example
Text Example
White with #012C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C35; }
p { color: rgb(1,44,53); }
H1.HeaderClassName
{
color: #012C35;
}
.AnyTagClassName
{
color: #012C35;
}
</style>
background-color css
<style>
a { background-color: #012C35; }
a { background-color: rgb(1,44,53); }
div.DivClassName
{
background-color: #012C35;
}
.BgClassName
{
background-color: #012C35;
}
</style>
border-color css
<style>
span { border-color: #012C35; }
span { border-color: rgb(1,44,53); }
td.TdClassName
{
border-color: #012C35;
}
.TagClassName
{
border-color: #012C35;
}
</style>