Shades of Nordic #092B2E
Tints of Nordic #092B2E
RGB
CMYK
RGB Variations
Color information
#092B2E (or 0x092B2E) is known color: Nordic. HEX triplet: 09, 2B and 2E. RGB value is (9,43,46). Sum of RGB (Red+Green+Blue) = 9+43+46=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 43 (17.19% from 255 or 43.88% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #092B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092B2E is #F6D4D1. Grayscale: #212121. Windows color (decimal): -16176338 or 3025673. OLE color: 3025673.
HSL color Cylindrical-coordinate representation of color #092B2E: hue angle of 184.86º 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 #092B2E is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 43 | 46 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.82 |
| HSL | 184.86º | 0.67% | 0.11% | - |
| HSV(B) | 184.86º | 0.8% | 0.18% | - |
| XYZ | 1.47 | 1.98 | 2.89 | - |
| YUV | 33.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 46 | 0.80 | 0.07 | 0 | 0.82 | 184.86 | 0.67 | 0.11 |
| Hex | 9 | 2B | 2E | 50 | 7 | 0 | 52 | B9 | 43 | B |
| Octal | 11 | 53 | 56 | 120 | 7 | 0 | 122 | 271 | 103 | 13 |
| Binary | 1001 | 101011 | 101110 | 1010000 | 111 | 0 | 1010010 | 10111001 | 1000011 | 1011 |
Color Harmonies of #092B2E
Complementary color
Monochromatic Colors of #092B2E
Black with #092B2E
Text Example
Text Example
White with #092B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092B2E; }
p { color: rgb(9,43,46); }
H1.HeaderClassName
{
color: #092B2E;
}
.AnyTagClassName
{
color: #092B2E;
}
</style>
background-color css
<style>
a { background-color: #092B2E; }
a { background-color: rgb(9,43,46); }
div.DivClassName
{
background-color: #092B2E;
}
.BgClassName
{
background-color: #092B2E;
}
</style>
border-color css
<style>
span { border-color: #092B2E; }
span { border-color: rgb(9,43,46); }
td.TdClassName
{
border-color: #092B2E;
}
.TagClassName
{
border-color: #092B2E;
}
</style>