Shades of Nordic #092C32
Tints of Nordic #092C32
RGB
CMYK
RGB Variations
Color information
#092C32 (or 0x092C32) is known color: Nordic. HEX triplet: 09, 2C and 32. RGB value is (9,44,50). Sum of RGB (Red+Green+Blue) = 9+44+50=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 44 (17.58% from 255 or 42.72% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #092C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C32 is #F6D3CD. Grayscale: #222222. Windows color (decimal): -16176078 or 3288073. OLE color: 3288073.
HSL color Cylindrical-coordinate representation of color #092C32: hue angle of 188.78º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #092C32 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 44 | 50 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.80 |
| HSL | 188.78º | 0.69% | 0.12% | - |
| HSV(B) | 188.78º | 0.82% | 0.2% | - |
| XYZ | 1.59 | 2.09 | 3.34 | - |
| YUV | 34.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 50 | 0.82 | 0.12 | 0 | 0.80 | 188.78 | 0.69 | 0.12 |
| Hex | 9 | 2C | 32 | 52 | C | 0 | 50 | BD | 45 | C |
| Octal | 11 | 54 | 62 | 122 | 14 | 0 | 120 | 275 | 105 | 14 |
| Binary | 1001 | 101100 | 110010 | 1010010 | 1100 | 0 | 1010000 | 10111101 | 1000101 | 1100 |
Color Harmonies of #092C32
Complementary color
Monochromatic Colors of #092C32
Black with #092C32
Text Example
Text Example
White with #092C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C32; }
p { color: rgb(9,44,50); }
H1.HeaderClassName
{
color: #092C32;
}
.AnyTagClassName
{
color: #092C32;
}
</style>
background-color css
<style>
a { background-color: #092C32; }
a { background-color: rgb(9,44,50); }
div.DivClassName
{
background-color: #092C32;
}
.BgClassName
{
background-color: #092C32;
}
</style>
border-color css
<style>
span { border-color: #092C32; }
span { border-color: rgb(9,44,50); }
td.TdClassName
{
border-color: #092C32;
}
.TagClassName
{
border-color: #092C32;
}
</style>