Shades of Nordic #062A30
Tints of Nordic #062A30
RGB
CMYK
RGB Variations
Color information
#062A30 (or 0x062A30) is known color: Nordic. HEX triplet: 06, 2A and 30. RGB value is (6,42,48). Sum of RGB (Red+Green+Blue) = 6+42+48=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 42 (16.80% from 255 or 43.75% from 96); Blue value is 48 (19.14% from 255 or 50% from 96); Max value from RGB is 48 - color contains mainly: blue. Hex color #062A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A30 is #F9D5CF. Grayscale: #1F1F1F. Windows color (decimal): -16373200 or 3156486. OLE color: 3156486.
HSL color Cylindrical-coordinate representation of color #062A30: hue angle of 188.57º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062A30 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 42 | 48 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.81 |
| HSL | 188.57º | 0.78% | 0.11% | - |
| HSV(B) | 188.57º | 0.88% | 0.19% | - |
| XYZ | 1.44 | 1.91 | 3.09 | - |
| YUV | 31.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 48 | 0.87 | 0.13 | 0 | 0.81 | 188.57 | 0.78 | 0.11 |
| Hex | 6 | 2A | 30 | 57 | D | 0 | 51 | BD | 4E | B |
| Octal | 6 | 52 | 60 | 127 | 15 | 0 | 121 | 275 | 116 | 13 |
| Binary | 110 | 101010 | 110000 | 1010111 | 1101 | 0 | 1010001 | 10111101 | 1001110 | 1011 |
Color Harmonies of #062A30
Complementary color
Monochromatic Colors of #062A30
Black with #062A30
Text Example
Text Example
White with #062A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062A30; }
p { color: rgb(6,42,48); }
H1.HeaderClassName
{
color: #062A30;
}
.AnyTagClassName
{
color: #062A30;
}
</style>
background-color css
<style>
a { background-color: #062A30; }
a { background-color: rgb(6,42,48); }
div.DivClassName
{
background-color: #062A30;
}
.BgClassName
{
background-color: #062A30;
}
</style>
border-color css
<style>
span { border-color: #062A30; }
span { border-color: rgb(6,42,48); }
td.TdClassName
{
border-color: #062A30;
}
.TagClassName
{
border-color: #062A30;
}
</style>