Shades of Nordic #092C33
Tints of Nordic #092C33
RGB
CMYK
RGB Variations
Color information
#092C33 (or 0x092C33) is known color: Nordic. HEX triplet: 09, 2C and 33. RGB value is (9,44,51). Sum of RGB (Red+Green+Blue) = 9+44+51=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 44 (17.58% from 255 or 42.31% from 104); Blue value is 51 (20.31% from 255 or 49.04% from 104); Max value from RGB is 51 - color contains mainly: blue. Hex color #092C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C33 is #F6D3CC. Grayscale: #222222. Windows color (decimal): -16176077 or 3353609. OLE color: 3353609.
HSL color Cylindrical-coordinate representation of color #092C33: hue angle of 190º degrees, saturation: 0.7, 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 #092C33 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 9 | 44 | 51 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.8 |
| HSL | 190º | 0.7% | 0.12% | - |
| HSV(B) | 190º | 0.82% | 0.2% | - |
| XYZ | 1.61 | 2.1 | 3.45 | - |
| YUV | 34.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 51 | 0.82 | 0.14 | 0 | 0.8 | 190 | 0.7 | 0.12 |
| Hex | 9 | 2C | 33 | 52 | E | 0 | 50 | BE | 46 | C |
| Octal | 11 | 54 | 63 | 122 | 16 | 0 | 120 | 276 | 106 | 14 |
| Binary | 1001 | 101100 | 110011 | 1010010 | 1110 | 0 | 1010000 | 10111110 | 1000110 | 1100 |
Color Harmonies of #092C33
Complementary color
Monochromatic Colors of #092C33
Black with #092C33
Text Example
Text Example
White with #092C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C33; }
p { color: rgb(9,44,51); }
H1.HeaderClassName
{
color: #092C33;
}
.AnyTagClassName
{
color: #092C33;
}
</style>
background-color css
<style>
a { background-color: #092C33; }
a { background-color: rgb(9,44,51); }
div.DivClassName
{
background-color: #092C33;
}
.BgClassName
{
background-color: #092C33;
}
</style>
border-color css
<style>
span { border-color: #092C33; }
span { border-color: rgb(9,44,51); }
td.TdClassName
{
border-color: #092C33;
}
.TagClassName
{
border-color: #092C33;
}
</style>