Shades of Nordic #09353A
Tints of Nordic #09353A
RGB
CMYK
RGB Variations
Color information
#09353A (or 0x09353A) is known color: Nordic. HEX triplet: 09, 35 and 3A. RGB value is (9,53,58). Sum of RGB (Red+Green+Blue) = 9+53+58=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #09353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09353A is #F6CAC5. Grayscale: #282828. Windows color (decimal): -16173766 or 3814665. OLE color: 3814665.
HSL color Cylindrical-coordinate representation of color #09353A: hue angle of 186.12º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09353A is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 53 | 58 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.77 |
| HSL | 186.12º | 0.73% | 0.13% | - |
| HSV(B) | 186.12º | 0.84% | 0.23% | - |
| XYZ | 2.15 | 2.91 | 4.45 | - |
| YUV | 40.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 58 | 0.84 | 0.09 | 0 | 0.77 | 186.12 | 0.73 | 0.13 |
| Hex | 9 | 35 | 3A | 54 | 9 | 0 | 4D | BA | 49 | D |
| Octal | 11 | 65 | 72 | 124 | 11 | 0 | 115 | 272 | 111 | 15 |
| Binary | 1001 | 110101 | 111010 | 1010100 | 1001 | 0 | 1001101 | 10111010 | 1001001 | 1101 |
Color Harmonies of #09353A
Complementary color
Monochromatic Colors of #09353A
Black with #09353A
Text Example
Text Example
White with #09353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09353A; }
p { color: rgb(9,53,58); }
H1.HeaderClassName
{
color: #09353A;
}
.AnyTagClassName
{
color: #09353A;
}
</style>
background-color css
<style>
a { background-color: #09353A; }
a { background-color: rgb(9,53,58); }
div.DivClassName
{
background-color: #09353A;
}
.BgClassName
{
background-color: #09353A;
}
</style>
border-color css
<style>
span { border-color: #09353A; }
span { border-color: rgb(9,53,58); }
td.TdClassName
{
border-color: #09353A;
}
.TagClassName
{
border-color: #09353A;
}
</style>