Shades of Nordic #092D38
Tints of Nordic #092D38
RGB
CMYK
RGB Variations
Color information
#092D38 (or 0x092D38) is known color: Nordic. HEX triplet: 09, 2D and 38. RGB value is (9,45,56). Sum of RGB (Red+Green+Blue) = 9+45+56=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #092D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D38 is #F6D2C7. Grayscale: #232323. Windows color (decimal): -16175816 or 3681545. OLE color: 3681545.
HSL color Cylindrical-coordinate representation of color #092D38: hue angle of 194.04º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #092D38 is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 45 | 56 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.78 |
| HSL | 194.04º | 0.72% | 0.13% | - |
| HSV(B) | 194.04º | 0.84% | 0.22% | - |
| XYZ | 1.76 | 2.22 | 4.08 | - |
| YUV | 35.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 56 | 0.84 | 0.20 | 0 | 0.78 | 194.04 | 0.72 | 0.13 |
| Hex | 9 | 2D | 38 | 54 | 14 | 0 | 4E | C2 | 48 | D |
| Octal | 11 | 55 | 70 | 124 | 24 | 0 | 116 | 302 | 110 | 15 |
| Binary | 1001 | 101101 | 111000 | 1010100 | 10100 | 0 | 1001110 | 11000010 | 1001000 | 1101 |
Color Harmonies of #092D38
Complementary color
Monochromatic Colors of #092D38
Black with #092D38
Text Example
Text Example
White with #092D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D38; }
p { color: rgb(9,45,56); }
H1.HeaderClassName
{
color: #092D38;
}
.AnyTagClassName
{
color: #092D38;
}
</style>
background-color css
<style>
a { background-color: #092D38; }
a { background-color: rgb(9,45,56); }
div.DivClassName
{
background-color: #092D38;
}
.BgClassName
{
background-color: #092D38;
}
</style>
border-color css
<style>
span { border-color: #092D38; }
span { border-color: rgb(9,45,56); }
td.TdClassName
{
border-color: #092D38;
}
.TagClassName
{
border-color: #092D38;
}
</style>