Shades of Nordic #09313B
Tints of Nordic #09313B
RGB
CMYK
RGB Variations
Color information
#09313B (or 0x09313B) is known color: Nordic. HEX triplet: 09, 31 and 3B. RGB value is (9,49,59). Sum of RGB (Red+Green+Blue) = 9+49+59=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 59 (23.44% from 255 or 50.43% from 117); Max value from RGB is 59 - color contains mainly: blue. Hex color #09313B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09313B is #F6CEC4. Grayscale: #262626. Windows color (decimal): -16174789 or 3879177. OLE color: 3879177.
HSL color Cylindrical-coordinate representation of color #09313B: hue angle of 192º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09313B is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 49 | 59 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.77 |
| HSL | 192º | 0.74% | 0.13% | - |
| HSV(B) | 192º | 0.85% | 0.23% | - |
| XYZ | 2 | 2.57 | 4.53 | - |
| YUV | 38.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 59 | 0.85 | 0.17 | 0 | 0.77 | 192 | 0.74 | 0.13 |
| Hex | 9 | 31 | 3B | 55 | 11 | 0 | 4D | C0 | 4A | D |
| Octal | 11 | 61 | 73 | 125 | 21 | 0 | 115 | 300 | 112 | 15 |
| Binary | 1001 | 110001 | 111011 | 1010101 | 10001 | 0 | 1001101 | 11000000 | 1001010 | 1101 |
Color Harmonies of #09313B
Complementary color
Monochromatic Colors of #09313B
Black with #09313B
Text Example
Text Example
White with #09313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09313B; }
p { color: rgb(9,49,59); }
H1.HeaderClassName
{
color: #09313B;
}
.AnyTagClassName
{
color: #09313B;
}
</style>
background-color css
<style>
a { background-color: #09313B; }
a { background-color: rgb(9,49,59); }
div.DivClassName
{
background-color: #09313B;
}
.BgClassName
{
background-color: #09313B;
}
</style>
border-color css
<style>
span { border-color: #09313B; }
span { border-color: rgb(9,49,59); }
td.TdClassName
{
border-color: #09313B;
}
.TagClassName
{
border-color: #09313B;
}
</style>