Shades of Nordic #09353F
Tints of Nordic #09353F
RGB
CMYK
RGB Variations
Color information
#09353F (or 0x09353F) is known color: Nordic. HEX triplet: 09, 35 and 3F. RGB value is (9,53,63). Sum of RGB (Red+Green+Blue) = 9+53+63=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #09353F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09353F is #F6CAC0. Grayscale: #282828. Windows color (decimal): -16173761 or 4142345. OLE color: 4142345.
HSL color Cylindrical-coordinate representation of color #09353F: hue angle of 191.11º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09353F is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 53 | 63 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.75 |
| HSL | 191.11º | 0.75% | 0.14% | - |
| HSV(B) | 191.11º | 0.86% | 0.25% | - |
| XYZ | 2.28 | 2.96 | 5.15 | - |
| YUV | 40.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 63 | 0.86 | 0.16 | 0 | 0.75 | 191.11 | 0.75 | 0.14 |
| Hex | 9 | 35 | 3F | 56 | 10 | 0 | 4B | BF | 4B | E |
| Octal | 11 | 65 | 77 | 126 | 20 | 0 | 113 | 277 | 113 | 16 |
| Binary | 1001 | 110101 | 111111 | 1010110 | 10000 | 0 | 1001011 | 10111111 | 1001011 | 1110 |
Color Harmonies of #09353F
Complementary color
Monochromatic Colors of #09353F
Black with #09353F
Text Example
Text Example
White with #09353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09353F; }
p { color: rgb(9,53,63); }
H1.HeaderClassName
{
color: #09353F;
}
.AnyTagClassName
{
color: #09353F;
}
</style>
background-color css
<style>
a { background-color: #09353F; }
a { background-color: rgb(9,53,63); }
div.DivClassName
{
background-color: #09353F;
}
.BgClassName
{
background-color: #09353F;
}
</style>
border-color css
<style>
span { border-color: #09353F; }
span { border-color: rgb(9,53,63); }
td.TdClassName
{
border-color: #09353F;
}
.TagClassName
{
border-color: #09353F;
}
</style>