Shades of Nordic #08363A
Tints of Nordic #08363A
RGB
CMYK
RGB Variations
Color information
#08363A (or 0x08363A) is known color: Nordic. HEX triplet: 08, 36 and 3A. RGB value is (8,54,58). Sum of RGB (Red+Green+Blue) = 8+54+58=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #08363A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08363A is #F7C9C5. Grayscale: #282828. Windows color (decimal): -16239046 or 3814920. OLE color: 3814920.
HSL color Cylindrical-coordinate representation of color #08363A: hue angle of 184.8º 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 #08363A is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 54 | 58 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.77 |
| HSL | 184.8º | 0.76% | 0.13% | - |
| HSV(B) | 184.8º | 0.86% | 0.23% | - |
| XYZ | 2.18 | 3 | 4.47 | - |
| YUV | 40.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 58 | 0.86 | 0.07 | 0 | 0.77 | 184.8 | 0.76 | 0.13 |
| Hex | 8 | 36 | 3A | 56 | 7 | 0 | 4D | B9 | 4C | D |
| Octal | 10 | 66 | 72 | 126 | 7 | 0 | 115 | 271 | 114 | 15 |
| Binary | 1000 | 110110 | 111010 | 1010110 | 111 | 0 | 1001101 | 10111001 | 1001100 | 1101 |
Color Harmonies of #08363A
Complementary color
Monochromatic Colors of #08363A
Black with #08363A
Text Example
Text Example
White with #08363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08363A; }
p { color: rgb(8,54,58); }
H1.HeaderClassName
{
color: #08363A;
}
.AnyTagClassName
{
color: #08363A;
}
</style>
background-color css
<style>
a { background-color: #08363A; }
a { background-color: rgb(8,54,58); }
div.DivClassName
{
background-color: #08363A;
}
.BgClassName
{
background-color: #08363A;
}
</style>
border-color css
<style>
span { border-color: #08363A; }
span { border-color: rgb(8,54,58); }
td.TdClassName
{
border-color: #08363A;
}
.TagClassName
{
border-color: #08363A;
}
</style>