Shades of Nordic #082C33
Tints of Nordic #082C33
RGB
CMYK
RGB Variations
Color information
#082C33 (or 0x082C33) is known color: Nordic. HEX triplet: 08, 2C and 33. RGB value is (8,44,51). Sum of RGB (Red+Green+Blue) = 8+44+51=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 44 (17.58% from 255 or 42.72% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #082C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C33 is #F7D3CC. Grayscale: #212121. Windows color (decimal): -16241613 or 3353608. OLE color: 3353608.
HSL color Cylindrical-coordinate representation of color #082C33: hue angle of 189.77º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #082C33 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 8 | 44 | 51 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.8 |
| HSL | 189.77º | 0.73% | 0.12% | - |
| HSV(B) | 189.77º | 0.84% | 0.2% | - |
| XYZ | 1.6 | 2.09 | 3.45 | - |
| YUV | 34.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 51 | 0.84 | 0.14 | 0 | 0.8 | 189.77 | 0.73 | 0.12 |
| Hex | 8 | 2C | 33 | 54 | E | 0 | 50 | BE | 49 | C |
| Octal | 10 | 54 | 63 | 124 | 16 | 0 | 120 | 276 | 111 | 14 |
| Binary | 1000 | 101100 | 110011 | 1010100 | 1110 | 0 | 1010000 | 10111110 | 1001001 | 1100 |
Color Harmonies of #082C33
Complementary color
Monochromatic Colors of #082C33
Black with #082C33
Text Example
Text Example
White with #082C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C33; }
p { color: rgb(8,44,51); }
H1.HeaderClassName
{
color: #082C33;
}
.AnyTagClassName
{
color: #082C33;
}
</style>
background-color css
<style>
a { background-color: #082C33; }
a { background-color: rgb(8,44,51); }
div.DivClassName
{
background-color: #082C33;
}
.BgClassName
{
background-color: #082C33;
}
</style>
border-color css
<style>
span { border-color: #082C33; }
span { border-color: rgb(8,44,51); }
td.TdClassName
{
border-color: #082C33;
}
.TagClassName
{
border-color: #082C33;
}
</style>