Shades of Nordic #09373E
Tints of Nordic #09373E
RGB
CMYK
RGB Variations
Color information
#09373E (or 0x09373E) is known color: Nordic. HEX triplet: 09, 37 and 3E. RGB value is (9,55,62). Sum of RGB (Red+Green+Blue) = 9+55+62=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #09373E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09373E is #F6C8C1. Grayscale: #292929. Windows color (decimal): -16173250 or 4077321. OLE color: 4077321.
HSL color Cylindrical-coordinate representation of color #09373E: hue angle of 187.92º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09373E is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 55 | 62 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.76 |
| HSL | 187.92º | 0.75% | 0.14% | - |
| HSV(B) | 187.92º | 0.85% | 0.24% | - |
| XYZ | 2.35 | 3.14 | 5.04 | - |
| YUV | 42.04 | 139.26 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 62 | 0.85 | 0.11 | 0 | 0.76 | 187.92 | 0.75 | 0.14 |
| Hex | 9 | 37 | 3E | 55 | B | 0 | 4C | BC | 4B | E |
| Octal | 11 | 67 | 76 | 125 | 13 | 0 | 114 | 274 | 113 | 16 |
| Binary | 1001 | 110111 | 111110 | 1010101 | 1011 | 0 | 1001100 | 10111100 | 1001011 | 1110 |
Color Harmonies of #09373E
Complementary color
Monochromatic Colors of #09373E
Black with #09373E
Text Example
Text Example
White with #09373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09373E; }
p { color: rgb(9,55,62); }
H1.HeaderClassName
{
color: #09373E;
}
.AnyTagClassName
{
color: #09373E;
}
</style>
background-color css
<style>
a { background-color: #09373E; }
a { background-color: rgb(9,55,62); }
div.DivClassName
{
background-color: #09373E;
}
.BgClassName
{
background-color: #09373E;
}
</style>
border-color css
<style>
span { border-color: #09373E; }
span { border-color: rgb(9,55,62); }
td.TdClassName
{
border-color: #09373E;
}
.TagClassName
{
border-color: #09373E;
}
</style>