Shades of Nordic #003138
Tints of Nordic #003138
RGB
CMYK
RGB Variations
Color information
#003138 (or 0x003138) is known color: Nordic. HEX triplet: 00, 31 and 38. RGB value is (0,49,56). Sum of RGB (Red+Green+Blue) = 0+49+56=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #003138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003138 is #FFCEC7. Grayscale: #232323. Windows color (decimal): -16764616 or 3682560. OLE color: 3682560.
HSL color Cylindrical-coordinate representation of color #003138: hue angle of 187.5º 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 #003138 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 49 | 56 | - |
| CMYK | 1 | 0.12 | 0 | 0.78 |
| HSL | 187.5º | 1% | 0.11% | - |
| HSV(B) | 187.5º | 1% | 0.22% | - |
| XYZ | 1.81 | 2.48 | 4.12 | - |
| YUV | 35.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 56 | 1 | 0.12 | 0 | 0.78 | 187.5 | 1 | 0.11 |
| Hex | 0 | 31 | 38 | 64 | C | 0 | 4E | BC | 64 | B |
| Octal | 0 | 61 | 70 | 144 | 14 | 0 | 116 | 274 | 144 | 13 |
| Binary | 0 | 110001 | 111000 | 1100100 | 1100 | 0 | 1001110 | 10111100 | 1100100 | 1011 |
Color Harmonies of #003138
Complementary color
Monochromatic Colors of #003138
Black with #003138
Text Example
Text Example
White with #003138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003138; }
p { color: rgb(0,49,56); }
H1.HeaderClassName
{
color: #003138;
}
.AnyTagClassName
{
color: #003138;
}
</style>
background-color css
<style>
a { background-color: #003138; }
a { background-color: rgb(0,49,56); }
div.DivClassName
{
background-color: #003138;
}
.BgClassName
{
background-color: #003138;
}
</style>
border-color css
<style>
span { border-color: #003138; }
span { border-color: rgb(0,49,56); }
td.TdClassName
{
border-color: #003138;
}
.TagClassName
{
border-color: #003138;
}
</style>