Shades of Nordic #092A2F
Tints of Nordic #092A2F
RGB
CMYK
RGB Variations
Color information
#092A2F (or 0x092A2F) is known color: Nordic. HEX triplet: 09, 2A and 2F. RGB value is (9,42,47). Sum of RGB (Red+Green+Blue) = 9+42+47=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 47 - color contains mainly: blue. Hex color #092A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A2F is #F6D5D0. Grayscale: #202020. Windows color (decimal): -16176593 or 3090953. OLE color: 3090953.
HSL color Cylindrical-coordinate representation of color #092A2F: hue angle of 187.89º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #092A2F is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 42 | 47 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.82 |
| HSL | 187.89º | 0.68% | 0.11% | - |
| HSV(B) | 187.89º | 0.81% | 0.18% | - |
| XYZ | 1.45 | 1.92 | 2.98 | - |
| YUV | 32.7 | 136.07 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 42 | 47 | 0.81 | 0.11 | 0 | 0.82 | 187.89 | 0.68 | 0.11 |
| Hex | 9 | 2A | 2F | 51 | B | 0 | 52 | BC | 44 | B |
| Octal | 11 | 52 | 57 | 121 | 13 | 0 | 122 | 274 | 104 | 13 |
| Binary | 1001 | 101010 | 101111 | 1010001 | 1011 | 0 | 1010010 | 10111100 | 1000100 | 1011 |
Color Harmonies of #092A2F
Complementary color
Monochromatic Colors of #092A2F
Black with #092A2F
Text Example
Text Example
White with #092A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092A2F; }
p { color: rgb(9,42,47); }
H1.HeaderClassName
{
color: #092A2F;
}
.AnyTagClassName
{
color: #092A2F;
}
</style>
background-color css
<style>
a { background-color: #092A2F; }
a { background-color: rgb(9,42,47); }
div.DivClassName
{
background-color: #092A2F;
}
.BgClassName
{
background-color: #092A2F;
}
</style>
border-color css
<style>
span { border-color: #092A2F; }
span { border-color: rgb(9,42,47); }
td.TdClassName
{
border-color: #092A2F;
}
.TagClassName
{
border-color: #092A2F;
}
</style>