Shades of Nordic #012D30
Tints of Nordic #012D30
RGB
CMYK
RGB Variations
Color information
#012D30 (or 0x012D30) is known color: Nordic. HEX triplet: 01, 2D and 30. RGB value is (1,45,48). Sum of RGB (Red+Green+Blue) = 1+45+48=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 45 (17.97% from 255 or 47.87% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #012D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D30 is #FED2CF. Grayscale: #202020. Windows color (decimal): -16700112 or 3157249. OLE color: 3157249.
HSL color Cylindrical-coordinate representation of color #012D30: hue angle of 183.83º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012D30 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 45 | 48 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.81 |
| HSL | 183.83º | 0.96% | 0.1% | - |
| HSV(B) | 183.83º | 0.98% | 0.19% | - |
| XYZ | 1.48 | 2.1 | 3.12 | - |
| YUV | 32.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 48 | 0.98 | 0.06 | 0 | 0.81 | 183.83 | 0.96 | 0.1 |
| Hex | 1 | 2D | 30 | 62 | 6 | 0 | 51 | B8 | 60 | A |
| Octal | 1 | 55 | 60 | 142 | 6 | 0 | 121 | 270 | 140 | 12 |
| Binary | 1 | 101101 | 110000 | 1100010 | 110 | 0 | 1010001 | 10111000 | 1100000 | 1010 |
Color Harmonies of #012D30
Complementary color
Monochromatic Colors of #012D30
Black with #012D30
Text Example
Text Example
White with #012D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D30; }
p { color: rgb(1,45,48); }
H1.HeaderClassName
{
color: #012D30;
}
.AnyTagClassName
{
color: #012D30;
}
</style>
background-color css
<style>
a { background-color: #012D30; }
a { background-color: rgb(1,45,48); }
div.DivClassName
{
background-color: #012D30;
}
.BgClassName
{
background-color: #012D30;
}
</style>
border-color css
<style>
span { border-color: #012D30; }
span { border-color: rgb(1,45,48); }
td.TdClassName
{
border-color: #012D30;
}
.TagClassName
{
border-color: #012D30;
}
</style>