Shades of Nordic #02313D
Tints of Nordic #02313D
RGB
CMYK
RGB Variations
Color information
#02313D (or 0x02313D) is known color: Nordic. HEX triplet: 02, 31 and 3D. RGB value is (2,49,61). Sum of RGB (Red+Green+Blue) = 2+49+61=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #02313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02313D is #FDCEC2. Grayscale: #242424. Windows color (decimal): -16633539 or 4010242. OLE color: 4010242.
HSL color Cylindrical-coordinate representation of color #02313D: hue angle of 192.2º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02313D is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 49 | 61 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.76 |
| HSL | 192.2º | 0.94% | 0.12% | - |
| HSV(B) | 192.2º | 0.97% | 0.24% | - |
| XYZ | 1.97 | 2.55 | 4.8 | - |
| YUV | 36.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 61 | 0.97 | 0.20 | 0 | 0.76 | 192.2 | 0.94 | 0.12 |
| Hex | 2 | 31 | 3D | 61 | 14 | 0 | 4C | C0 | 5E | C |
| Octal | 2 | 61 | 75 | 141 | 24 | 0 | 114 | 300 | 136 | 14 |
| Binary | 10 | 110001 | 111101 | 1100001 | 10100 | 0 | 1001100 | 11000000 | 1011110 | 1100 |
Color Harmonies of #02313D
Complementary color
Monochromatic Colors of #02313D
Black with #02313D
Text Example
Text Example
White with #02313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02313D; }
p { color: rgb(2,49,61); }
H1.HeaderClassName
{
color: #02313D;
}
.AnyTagClassName
{
color: #02313D;
}
</style>
background-color css
<style>
a { background-color: #02313D; }
a { background-color: rgb(2,49,61); }
div.DivClassName
{
background-color: #02313D;
}
.BgClassName
{
background-color: #02313D;
}
</style>
border-color css
<style>
span { border-color: #02313D; }
span { border-color: rgb(2,49,61); }
td.TdClassName
{
border-color: #02313D;
}
.TagClassName
{
border-color: #02313D;
}
</style>