Shades of Nordic #02313F
Tints of Nordic #02313F
RGB
CMYK
RGB Variations
Color information
#02313F (or 0x02313F) is known color: Nordic. HEX triplet: 02, 31 and 3F. RGB value is (2,49,63). Sum of RGB (Red+Green+Blue) = 2+49+63=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #02313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02313F is #FDCEC0. Grayscale: #242424. Windows color (decimal): -16633537 or 4141314. OLE color: 4141314.
HSL color Cylindrical-coordinate representation of color #02313F: hue angle of 193.77º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02313F is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 49 | 63 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.75 |
| HSL | 193.77º | 0.94% | 0.13% | - |
| HSV(B) | 193.77º | 0.97% | 0.25% | - |
| XYZ | 2.02 | 2.57 | 5.09 | - |
| YUV | 36.54 | 142.93 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 63 | 0.97 | 0.22 | 0 | 0.75 | 193.77 | 0.94 | 0.13 |
| Hex | 2 | 31 | 3F | 61 | 16 | 0 | 4B | C2 | 5E | D |
| Octal | 2 | 61 | 77 | 141 | 26 | 0 | 113 | 302 | 136 | 15 |
| Binary | 10 | 110001 | 111111 | 1100001 | 10110 | 0 | 1001011 | 11000010 | 1011110 | 1101 |
Color Harmonies of #02313F
Complementary color
Monochromatic Colors of #02313F
Black with #02313F
Text Example
Text Example
White with #02313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02313F; }
p { color: rgb(2,49,63); }
H1.HeaderClassName
{
color: #02313F;
}
.AnyTagClassName
{
color: #02313F;
}
</style>
background-color css
<style>
a { background-color: #02313F; }
a { background-color: rgb(2,49,63); }
div.DivClassName
{
background-color: #02313F;
}
.BgClassName
{
background-color: #02313F;
}
</style>
border-color css
<style>
span { border-color: #02313F; }
span { border-color: rgb(2,49,63); }
td.TdClassName
{
border-color: #02313F;
}
.TagClassName
{
border-color: #02313F;
}
</style>