Shades of Nordic #08353B
Tints of Nordic #08353B
RGB
CMYK
RGB Variations
Color information
#08353B (or 0x08353B) is known color: Nordic. HEX triplet: 08, 35 and 3B. RGB value is (8,53,59). Sum of RGB (Red+Green+Blue) = 8+53+59=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 59 (23.44% from 255 or 49.17% from 120); Max value from RGB is 59 - color contains mainly: blue. Hex color #08353B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08353B is #F7CAC4. Grayscale: #282828. Windows color (decimal): -16239301 or 3880200. OLE color: 3880200.
HSL color Cylindrical-coordinate representation of color #08353B: hue angle of 187.06º 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 #08353B is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 53 | 59 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.77 |
| HSL | 187.06º | 0.76% | 0.13% | - |
| HSV(B) | 187.06º | 0.86% | 0.23% | - |
| XYZ | 2.16 | 2.91 | 4.59 | - |
| YUV | 40.23 | 138.59 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 59 | 0.86 | 0.10 | 0 | 0.77 | 187.06 | 0.76 | 0.13 |
| Hex | 8 | 35 | 3B | 56 | A | 0 | 4D | BB | 4C | D |
| Octal | 10 | 65 | 73 | 126 | 12 | 0 | 115 | 273 | 114 | 15 |
| Binary | 1000 | 110101 | 111011 | 1010110 | 1010 | 0 | 1001101 | 10111011 | 1001100 | 1101 |
Color Harmonies of #08353B
Complementary color
Monochromatic Colors of #08353B
Black with #08353B
Text Example
Text Example
White with #08353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08353B; }
p { color: rgb(8,53,59); }
H1.HeaderClassName
{
color: #08353B;
}
.AnyTagClassName
{
color: #08353B;
}
</style>
background-color css
<style>
a { background-color: #08353B; }
a { background-color: rgb(8,53,59); }
div.DivClassName
{
background-color: #08353B;
}
.BgClassName
{
background-color: #08353B;
}
</style>
border-color css
<style>
span { border-color: #08353B; }
span { border-color: rgb(8,53,59); }
td.TdClassName
{
border-color: #08353B;
}
.TagClassName
{
border-color: #08353B;
}
</style>