Shades of Nordic #08333B
Tints of Nordic #08333B
RGB
CMYK
RGB Variations
Color information
#08333B (or 0x08333B) is known color: Nordic. HEX triplet: 08, 33 and 3B. RGB value is (8,51,59). Sum of RGB (Red+Green+Blue) = 8+51+59=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 59 (23.44% from 255 or 50% from 118); Max value from RGB is 59 - color contains mainly: blue. Hex color #08333B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08333B is #F7CCC4. Grayscale: #262626. Windows color (decimal): -16239813 or 3879688. OLE color: 3879688.
HSL color Cylindrical-coordinate representation of color #08333B: hue angle of 189.41º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08333B is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 51 | 59 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.77 |
| HSL | 189.41º | 0.76% | 0.13% | - |
| HSV(B) | 189.41º | 0.86% | 0.23% | - |
| XYZ | 2.07 | 2.74 | 4.56 | - |
| YUV | 39.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 59 | 0.86 | 0.14 | 0 | 0.77 | 189.41 | 0.76 | 0.13 |
| Hex | 8 | 33 | 3B | 56 | E | 0 | 4D | BD | 4C | D |
| Octal | 10 | 63 | 73 | 126 | 16 | 0 | 115 | 275 | 114 | 15 |
| Binary | 1000 | 110011 | 111011 | 1010110 | 1110 | 0 | 1001101 | 10111101 | 1001100 | 1101 |
Color Harmonies of #08333B
Complementary color
Monochromatic Colors of #08333B
Black with #08333B
Text Example
Text Example
White with #08333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08333B; }
p { color: rgb(8,51,59); }
H1.HeaderClassName
{
color: #08333B;
}
.AnyTagClassName
{
color: #08333B;
}
</style>
background-color css
<style>
a { background-color: #08333B; }
a { background-color: rgb(8,51,59); }
div.DivClassName
{
background-color: #08333B;
}
.BgClassName
{
background-color: #08333B;
}
</style>
border-color css
<style>
span { border-color: #08333B; }
span { border-color: rgb(8,51,59); }
td.TdClassName
{
border-color: #08333B;
}
.TagClassName
{
border-color: #08333B;
}
</style>