Shades of Nordic #092C30
Tints of Nordic #092C30
RGB
CMYK
RGB Variations
Color information
#092C30 (or 0x092C30) is known color: Nordic. HEX triplet: 09, 2C and 30. RGB value is (9,44,48). Sum of RGB (Red+Green+Blue) = 9+44+48=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 44 (17.58% from 255 or 43.56% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: blue. Hex color #092C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C30 is #F6D3CF. Grayscale: #212121. Windows color (decimal): -16176080 or 3157001. OLE color: 3157001.
HSL color Cylindrical-coordinate representation of color #092C30: hue angle of 186.15º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #092C30 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 44 | 48 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.81 |
| HSL | 186.15º | 0.68% | 0.11% | - |
| HSV(B) | 186.15º | 0.81% | 0.19% | - |
| XYZ | 1.55 | 2.07 | 3.11 | - |
| YUV | 33.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 48 | 0.81 | 0.08 | 0 | 0.81 | 186.15 | 0.68 | 0.11 |
| Hex | 9 | 2C | 30 | 51 | 8 | 0 | 51 | BA | 44 | B |
| Octal | 11 | 54 | 60 | 121 | 10 | 0 | 121 | 272 | 104 | 13 |
| Binary | 1001 | 101100 | 110000 | 1010001 | 1000 | 0 | 1010001 | 10111010 | 1000100 | 1011 |
Color Harmonies of #092C30
Complementary color
Monochromatic Colors of #092C30
Black with #092C30
Text Example
Text Example
White with #092C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C30; }
p { color: rgb(9,44,48); }
H1.HeaderClassName
{
color: #092C30;
}
.AnyTagClassName
{
color: #092C30;
}
</style>
background-color css
<style>
a { background-color: #092C30; }
a { background-color: rgb(9,44,48); }
div.DivClassName
{
background-color: #092C30;
}
.BgClassName
{
background-color: #092C30;
}
</style>
border-color css
<style>
span { border-color: #092C30; }
span { border-color: rgb(9,44,48); }
td.TdClassName
{
border-color: #092C30;
}
.TagClassName
{
border-color: #092C30;
}
</style>