Shades of Nordic #02333B
Tints of Nordic #02333B
RGB
CMYK
RGB Variations
Color information
#02333B (or 0x02333B) is known color: Nordic. HEX triplet: 02, 33 and 3B. RGB value is (2,51,59). Sum of RGB (Red+Green+Blue) = 2+51+59=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #02333B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02333B is #FDCCC4. Grayscale: #252525. Windows color (decimal): -16633029 or 3879682. OLE color: 3879682.
HSL color Cylindrical-coordinate representation of color #02333B: hue angle of 188.42º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02333B is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 51 | 59 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.77 |
| HSL | 188.42º | 0.93% | 0.12% | - |
| HSV(B) | 188.42º | 0.97% | 0.23% | - |
| XYZ | 2 | 2.7 | 4.55 | - |
| YUV | 37.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 59 | 0.97 | 0.14 | 0 | 0.77 | 188.42 | 0.93 | 0.12 |
| Hex | 2 | 33 | 3B | 61 | E | 0 | 4D | BC | 5D | C |
| Octal | 2 | 63 | 73 | 141 | 16 | 0 | 115 | 274 | 135 | 14 |
| Binary | 10 | 110011 | 111011 | 1100001 | 1110 | 0 | 1001101 | 10111100 | 1011101 | 1100 |
Color Harmonies of #02333B
Complementary color
Monochromatic Colors of #02333B
Black with #02333B
Text Example
Text Example
White with #02333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02333B; }
p { color: rgb(2,51,59); }
H1.HeaderClassName
{
color: #02333B;
}
.AnyTagClassName
{
color: #02333B;
}
</style>
background-color css
<style>
a { background-color: #02333B; }
a { background-color: rgb(2,51,59); }
div.DivClassName
{
background-color: #02333B;
}
.BgClassName
{
background-color: #02333B;
}
</style>
border-color css
<style>
span { border-color: #02333B; }
span { border-color: rgb(2,51,59); }
td.TdClassName
{
border-color: #02333B;
}
.TagClassName
{
border-color: #02333B;
}
</style>