Shades of Nordic #003239
Tints of Nordic #003239
RGB
CMYK
RGB Variations
Color information
#003239 (or 0x003239) is known color: Nordic. HEX triplet: 00, 32 and 39. RGB value is (0,50,57). Sum of RGB (Red+Green+Blue) = 0+50+57=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 57 (22.66% from 255 or 53.27% from 107); Max value from RGB is 57 - color contains mainly: blue. Hex color #003239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003239 is #FFCDC6. Grayscale: #232323. Windows color (decimal): -16764359 or 3748352. OLE color: 3748352.
HSL color Cylindrical-coordinate representation of color #003239: hue angle of 187.37º 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 #003239 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 50 | 57 | - |
| CMYK | 1 | 0.12 | 0 | 0.78 |
| HSL | 187.37º | 1% | 0.11% | - |
| HSV(B) | 187.37º | 1% | 0.22% | - |
| XYZ | 1.88 | 2.58 | 4.27 | - |
| YUV | 35.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 57 | 1 | 0.12 | 0 | 0.78 | 187.37 | 1 | 0.11 |
| Hex | 0 | 32 | 39 | 64 | C | 0 | 4E | BB | 64 | B |
| Octal | 0 | 62 | 71 | 144 | 14 | 0 | 116 | 273 | 144 | 13 |
| Binary | 0 | 110010 | 111001 | 1100100 | 1100 | 0 | 1001110 | 10111011 | 1100100 | 1011 |
Color Harmonies of #003239
Complementary color
Monochromatic Colors of #003239
Black with #003239
Text Example
Text Example
White with #003239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003239; }
p { color: rgb(0,50,57); }
H1.HeaderClassName
{
color: #003239;
}
.AnyTagClassName
{
color: #003239;
}
</style>
background-color css
<style>
a { background-color: #003239; }
a { background-color: rgb(0,50,57); }
div.DivClassName
{
background-color: #003239;
}
.BgClassName
{
background-color: #003239;
}
</style>
border-color css
<style>
span { border-color: #003239; }
span { border-color: rgb(0,50,57); }
td.TdClassName
{
border-color: #003239;
}
.TagClassName
{
border-color: #003239;
}
</style>