Shades of Nordic #003139
Tints of Nordic #003139
RGB
CMYK
RGB Variations
Color information
#003139 (or 0x003139) is known color: Nordic. HEX triplet: 00, 31 and 39. RGB value is (0,49,57). Sum of RGB (Red+Green+Blue) = 0+49+57=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 57 (22.66% from 255 or 53.77% from 106); Max value from RGB is 57 - color contains mainly: blue. Hex color #003139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003139 is #FFCEC6. Grayscale: #232323. Windows color (decimal): -16764615 or 3748096. OLE color: 3748096.
HSL color Cylindrical-coordinate representation of color #003139: hue angle of 188.42º 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 #003139 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 49 | 57 | - |
| CMYK | 1 | 0.14 | 0 | 0.78 |
| HSL | 188.42º | 1% | 0.11% | - |
| HSV(B) | 188.42º | 1% | 0.22% | - |
| XYZ | 1.84 | 2.49 | 4.26 | - |
| YUV | 35.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 57 | 1 | 0.14 | 0 | 0.78 | 188.42 | 1 | 0.11 |
| Hex | 0 | 31 | 39 | 64 | E | 0 | 4E | BC | 64 | B |
| Octal | 0 | 61 | 71 | 144 | 16 | 0 | 116 | 274 | 144 | 13 |
| Binary | 0 | 110001 | 111001 | 1100100 | 1110 | 0 | 1001110 | 10111100 | 1100100 | 1011 |
Color Harmonies of #003139
Complementary color
Monochromatic Colors of #003139
Black with #003139
Text Example
Text Example
White with #003139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003139; }
p { color: rgb(0,49,57); }
H1.HeaderClassName
{
color: #003139;
}
.AnyTagClassName
{
color: #003139;
}
</style>
background-color css
<style>
a { background-color: #003139; }
a { background-color: rgb(0,49,57); }
div.DivClassName
{
background-color: #003139;
}
.BgClassName
{
background-color: #003139;
}
</style>
border-color css
<style>
span { border-color: #003139; }
span { border-color: rgb(0,49,57); }
td.TdClassName
{
border-color: #003139;
}
.TagClassName
{
border-color: #003139;
}
</style>