Shades of Nordic #092A2E
Tints of Nordic #092A2E
RGB
CMYK
RGB Variations
Color information
#092A2E (or 0x092A2E) is known color: Nordic. HEX triplet: 09, 2A and 2E. RGB value is (9,42,46). Sum of RGB (Red+Green+Blue) = 9+42+46=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 42 (16.80% from 255 or 43.30% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 46 - color contains mainly: blue. Hex color #092A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A2E is #F6D5D1. Grayscale: #202020. Windows color (decimal): -16176594 or 3025417. OLE color: 3025417.
HSL color Cylindrical-coordinate representation of color #092A2E: hue angle of 186.49º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092A2E is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 42 | 46 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.82 |
| HSL | 186.49º | 0.67% | 0.11% | - |
| HSV(B) | 186.49º | 0.8% | 0.18% | - |
| XYZ | 1.43 | 1.91 | 2.88 | - |
| YUV | 32.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 42 | 46 | 0.80 | 0.09 | 0 | 0.82 | 186.49 | 0.67 | 0.11 |
| Hex | 9 | 2A | 2E | 50 | 9 | 0 | 52 | BA | 43 | B |
| Octal | 11 | 52 | 56 | 120 | 11 | 0 | 122 | 272 | 103 | 13 |
| Binary | 1001 | 101010 | 101110 | 1010000 | 1001 | 0 | 1010010 | 10111010 | 1000011 | 1011 |
Color Harmonies of #092A2E
Complementary color
Monochromatic Colors of #092A2E
Black with #092A2E
Text Example
Text Example
White with #092A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092A2E; }
p { color: rgb(9,42,46); }
H1.HeaderClassName
{
color: #092A2E;
}
.AnyTagClassName
{
color: #092A2E;
}
</style>
background-color css
<style>
a { background-color: #092A2E; }
a { background-color: rgb(9,42,46); }
div.DivClassName
{
background-color: #092A2E;
}
.BgClassName
{
background-color: #092A2E;
}
</style>
border-color css
<style>
span { border-color: #092A2E; }
span { border-color: rgb(9,42,46); }
td.TdClassName
{
border-color: #092A2E;
}
.TagClassName
{
border-color: #092A2E;
}
</style>