Shades of Nordic #09313C
Tints of Nordic #09313C
RGB
CMYK
RGB Variations
Color information
#09313C (or 0x09313C) is known color: Nordic. HEX triplet: 09, 31 and 3C. RGB value is (9,49,60). Sum of RGB (Red+Green+Blue) = 9+49+60=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #09313C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09313C is #F6CEC3. Grayscale: #262626. Windows color (decimal): -16174788 or 3944713. OLE color: 3944713.
HSL color Cylindrical-coordinate representation of color #09313C: hue angle of 192.94º 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 #09313C is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 49 | 60 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.76 |
| HSL | 192.94º | 0.74% | 0.14% | - |
| HSV(B) | 192.94º | 0.85% | 0.24% | - |
| XYZ | 2.03 | 2.58 | 4.67 | - |
| YUV | 38.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 60 | 0.85 | 0.18 | 0 | 0.76 | 192.94 | 0.74 | 0.14 |
| Hex | 9 | 31 | 3C | 55 | 12 | 0 | 4C | C1 | 4A | E |
| Octal | 11 | 61 | 74 | 125 | 22 | 0 | 114 | 301 | 112 | 16 |
| Binary | 1001 | 110001 | 111100 | 1010101 | 10010 | 0 | 1001100 | 11000001 | 1001010 | 1110 |
Color Harmonies of #09313C
Complementary color
Monochromatic Colors of #09313C
Black with #09313C
Text Example
Text Example
White with #09313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09313C; }
p { color: rgb(9,49,60); }
H1.HeaderClassName
{
color: #09313C;
}
.AnyTagClassName
{
color: #09313C;
}
</style>
background-color css
<style>
a { background-color: #09313C; }
a { background-color: rgb(9,49,60); }
div.DivClassName
{
background-color: #09313C;
}
.BgClassName
{
background-color: #09313C;
}
</style>
border-color css
<style>
span { border-color: #09313C; }
span { border-color: rgb(9,49,60); }
td.TdClassName
{
border-color: #09313C;
}
.TagClassName
{
border-color: #09313C;
}
</style>