Shades of Nordic #003039
Tints of Nordic #003039
RGB
CMYK
RGB Variations
Color information
#003039 (or 0x003039) is known color: Nordic. HEX triplet: 00, 30 and 39. RGB value is (0,48,57). Sum of RGB (Red+Green+Blue) = 0+48+57=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 57 (22.66% from 255 or 54.29% from 105); Max value from RGB is 57 - color contains mainly: blue. Hex color #003039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003039 is #FFCFC6. Grayscale: #222222. Windows color (decimal): -16764871 or 3747840. OLE color: 3747840.
HSL color Cylindrical-coordinate representation of color #003039: hue angle of 189.47º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003039 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 48 | 57 | - |
| CMYK | 1 | 0.16 | 0 | 0.78 |
| HSL | 189.47º | 1% | 0.11% | - |
| HSV(B) | 189.47º | 1% | 0.22% | - |
| XYZ | 1.8 | 2.41 | 4.24 | - |
| YUV | 34.67 | 140.6 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 57 | 1 | 0.16 | 0 | 0.78 | 189.47 | 1 | 0.11 |
| Hex | 0 | 30 | 39 | 64 | 10 | 0 | 4E | BD | 64 | B |
| Octal | 0 | 60 | 71 | 144 | 20 | 0 | 116 | 275 | 144 | 13 |
| Binary | 0 | 110000 | 111001 | 1100100 | 10000 | 0 | 1001110 | 10111101 | 1100100 | 1011 |
Color Harmonies of #003039
Complementary color
Monochromatic Colors of #003039
Black with #003039
Text Example
Text Example
White with #003039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003039; }
p { color: rgb(0,48,57); }
H1.HeaderClassName
{
color: #003039;
}
.AnyTagClassName
{
color: #003039;
}
</style>
background-color css
<style>
a { background-color: #003039; }
a { background-color: rgb(0,48,57); }
div.DivClassName
{
background-color: #003039;
}
.BgClassName
{
background-color: #003039;
}
</style>
border-color css
<style>
span { border-color: #003039; }
span { border-color: rgb(0,48,57); }
td.TdClassName
{
border-color: #003039;
}
.TagClassName
{
border-color: #003039;
}
</style>