Shades of Nordic #09373C
Tints of Nordic #09373C
RGB
CMYK
RGB Variations
Color information
#09373C (or 0x09373C) is known color: Nordic. HEX triplet: 09, 37 and 3C. RGB value is (9,55,60). Sum of RGB (Red+Green+Blue) = 9+55+60=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #09373C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09373C is #F6C8C3. Grayscale: #292929. Windows color (decimal): -16173252 or 3946249. OLE color: 3946249.
HSL color Cylindrical-coordinate representation of color #09373C: hue angle of 185.88º degrees, saturation: 0.74, 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 #09373C is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 55 | 60 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.76 |
| HSL | 185.88º | 0.74% | 0.14% | - |
| HSV(B) | 185.88º | 0.85% | 0.24% | - |
| XYZ | 2.29 | 3.12 | 4.76 | - |
| YUV | 41.82 | 138.26 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 60 | 0.85 | 0.08 | 0 | 0.76 | 185.88 | 0.74 | 0.14 |
| Hex | 9 | 37 | 3C | 55 | 8 | 0 | 4C | BA | 4A | E |
| Octal | 11 | 67 | 74 | 125 | 10 | 0 | 114 | 272 | 112 | 16 |
| Binary | 1001 | 110111 | 111100 | 1010101 | 1000 | 0 | 1001100 | 10111010 | 1001010 | 1110 |
Color Harmonies of #09373C
Complementary color
Monochromatic Colors of #09373C
Black with #09373C
Text Example
Text Example
White with #09373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09373C; }
p { color: rgb(9,55,60); }
H1.HeaderClassName
{
color: #09373C;
}
.AnyTagClassName
{
color: #09373C;
}
</style>
background-color css
<style>
a { background-color: #09373C; }
a { background-color: rgb(9,55,60); }
div.DivClassName
{
background-color: #09373C;
}
.BgClassName
{
background-color: #09373C;
}
</style>
border-color css
<style>
span { border-color: #09373C; }
span { border-color: rgb(9,55,60); }
td.TdClassName
{
border-color: #09373C;
}
.TagClassName
{
border-color: #09373C;
}
</style>