Shades of Nordic #08363F
Tints of Nordic #08363F
RGB
CMYK
RGB Variations
Color information
#08363F (or 0x08363F) is known color: Nordic. HEX triplet: 08, 36 and 3F. RGB value is (8,54,63). Sum of RGB (Red+Green+Blue) = 8+54+63=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #08363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08363F is #F7C9C0. Grayscale: #292929. Windows color (decimal): -16239041 or 4142600. OLE color: 4142600.
HSL color Cylindrical-coordinate representation of color #08363F: hue angle of 189.82º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08363F is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 54 | 63 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.75 |
| HSL | 189.82º | 0.77% | 0.14% | - |
| HSV(B) | 189.82º | 0.87% | 0.25% | - |
| XYZ | 2.32 | 3.05 | 5.17 | - |
| YUV | 41.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 63 | 0.87 | 0.14 | 0 | 0.75 | 189.82 | 0.77 | 0.14 |
| Hex | 8 | 36 | 3F | 57 | E | 0 | 4B | BE | 4D | E |
| Octal | 10 | 66 | 77 | 127 | 16 | 0 | 113 | 276 | 115 | 16 |
| Binary | 1000 | 110110 | 111111 | 1010111 | 1110 | 0 | 1001011 | 10111110 | 1001101 | 1110 |
Color Harmonies of #08363F
Complementary color
Monochromatic Colors of #08363F
Black with #08363F
Text Example
Text Example
White with #08363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08363F; }
p { color: rgb(8,54,63); }
H1.HeaderClassName
{
color: #08363F;
}
.AnyTagClassName
{
color: #08363F;
}
</style>
background-color css
<style>
a { background-color: #08363F; }
a { background-color: rgb(8,54,63); }
div.DivClassName
{
background-color: #08363F;
}
.BgClassName
{
background-color: #08363F;
}
</style>
border-color css
<style>
span { border-color: #08363F; }
span { border-color: rgb(8,54,63); }
td.TdClassName
{
border-color: #08363F;
}
.TagClassName
{
border-color: #08363F;
}
</style>