Shades of Nordic #062C33
Tints of Nordic #062C33
RGB
CMYK
RGB Variations
Color information
#062C33 (or 0x062C33) is known color: Nordic. HEX triplet: 06, 2C and 33. RGB value is (6,44,51). Sum of RGB (Red+Green+Blue) = 6+44+51=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 44 (17.58% from 255 or 43.56% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #062C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C33 is #F9D3CC. Grayscale: #212121. Windows color (decimal): -16372685 or 3353606. OLE color: 3353606.
HSL color Cylindrical-coordinate representation of color #062C33: hue angle of 189.33º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062C33 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 6 | 44 | 51 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.8 |
| HSL | 189.33º | 0.79% | 0.11% | - |
| HSV(B) | 189.33º | 0.88% | 0.2% | - |
| XYZ | 1.57 | 2.08 | 3.45 | - |
| YUV | 33.44 | 137.91 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 44 | 51 | 0.88 | 0.14 | 0 | 0.8 | 189.33 | 0.79 | 0.11 |
| Hex | 6 | 2C | 33 | 58 | E | 0 | 50 | BD | 4F | B |
| Octal | 6 | 54 | 63 | 130 | 16 | 0 | 120 | 275 | 117 | 13 |
| Binary | 110 | 101100 | 110011 | 1011000 | 1110 | 0 | 1010000 | 10111101 | 1001111 | 1011 |
Color Harmonies of #062C33
Complementary color
Monochromatic Colors of #062C33
Black with #062C33
Text Example
Text Example
White with #062C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062C33; }
p { color: rgb(6,44,51); }
H1.HeaderClassName
{
color: #062C33;
}
.AnyTagClassName
{
color: #062C33;
}
</style>
background-color css
<style>
a { background-color: #062C33; }
a { background-color: rgb(6,44,51); }
div.DivClassName
{
background-color: #062C33;
}
.BgClassName
{
background-color: #062C33;
}
</style>
border-color css
<style>
span { border-color: #062C33; }
span { border-color: rgb(6,44,51); }
td.TdClassName
{
border-color: #062C33;
}
.TagClassName
{
border-color: #062C33;
}
</style>