Shades of Nordic #09353E
Tints of Nordic #09353E
RGB
CMYK
RGB Variations
Color information
#09353E (or 0x09353E) is known color: Nordic. HEX triplet: 09, 35 and 3E. RGB value is (9,53,62). Sum of RGB (Red+Green+Blue) = 9+53+62=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #09353E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09353E is #F6CAC1. Grayscale: #282828. Windows color (decimal): -16173762 or 4076809. OLE color: 4076809.
HSL color Cylindrical-coordinate representation of color #09353E: hue angle of 190.19º degrees, saturation: 0.75, 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 #09353E is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 53 | 62 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.76 |
| HSL | 190.19º | 0.75% | 0.14% | - |
| HSV(B) | 190.19º | 0.85% | 0.24% | - |
| XYZ | 2.26 | 2.95 | 5.01 | - |
| YUV | 40.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 62 | 0.85 | 0.15 | 0 | 0.76 | 190.19 | 0.75 | 0.14 |
| Hex | 9 | 35 | 3E | 55 | F | 0 | 4C | BE | 4B | E |
| Octal | 11 | 65 | 76 | 125 | 17 | 0 | 114 | 276 | 113 | 16 |
| Binary | 1001 | 110101 | 111110 | 1010101 | 1111 | 0 | 1001100 | 10111110 | 1001011 | 1110 |
Color Harmonies of #09353E
Complementary color
Monochromatic Colors of #09353E
Black with #09353E
Text Example
Text Example
White with #09353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09353E; }
p { color: rgb(9,53,62); }
H1.HeaderClassName
{
color: #09353E;
}
.AnyTagClassName
{
color: #09353E;
}
</style>
background-color css
<style>
a { background-color: #09353E; }
a { background-color: rgb(9,53,62); }
div.DivClassName
{
background-color: #09353E;
}
.BgClassName
{
background-color: #09353E;
}
</style>
border-color css
<style>
span { border-color: #09353E; }
span { border-color: rgb(9,53,62); }
td.TdClassName
{
border-color: #09353E;
}
.TagClassName
{
border-color: #09353E;
}
</style>