Shades of Nordic #08363C
Tints of Nordic #08363C
RGB
CMYK
RGB Variations
Color information
#08363C (or 0x08363C) is known color: Nordic. HEX triplet: 08, 36 and 3C. RGB value is (8,54,60). Sum of RGB (Red+Green+Blue) = 8+54+60=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 60 (23.83% from 255 or 49.18% from 122); Max value from RGB is 60 - color contains mainly: blue. Hex color #08363C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08363C is #F7C9C3. Grayscale: #282828. Windows color (decimal): -16239044 or 3945992. OLE color: 3945992.
HSL color Cylindrical-coordinate representation of color #08363C: hue angle of 186.92º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08363C is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 54 | 60 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.76 |
| HSL | 186.92º | 0.76% | 0.13% | - |
| HSV(B) | 186.92º | 0.87% | 0.24% | - |
| XYZ | 2.23 | 3.02 | 4.74 | - |
| YUV | 40.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 60 | 0.87 | 0.10 | 0 | 0.76 | 186.92 | 0.76 | 0.13 |
| Hex | 8 | 36 | 3C | 57 | A | 0 | 4C | BB | 4C | D |
| Octal | 10 | 66 | 74 | 127 | 12 | 0 | 114 | 273 | 114 | 15 |
| Binary | 1000 | 110110 | 111100 | 1010111 | 1010 | 0 | 1001100 | 10111011 | 1001100 | 1101 |
Color Harmonies of #08363C
Complementary color
Monochromatic Colors of #08363C
Black with #08363C
Text Example
Text Example
White with #08363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08363C; }
p { color: rgb(8,54,60); }
H1.HeaderClassName
{
color: #08363C;
}
.AnyTagClassName
{
color: #08363C;
}
</style>
background-color css
<style>
a { background-color: #08363C; }
a { background-color: rgb(8,54,60); }
div.DivClassName
{
background-color: #08363C;
}
.BgClassName
{
background-color: #08363C;
}
</style>
border-color css
<style>
span { border-color: #08363C; }
span { border-color: rgb(8,54,60); }
td.TdClassName
{
border-color: #08363C;
}
.TagClassName
{
border-color: #08363C;
}
</style>