Shades of Nordic #09353C
Tints of Nordic #09353C
RGB
CMYK
RGB Variations
Color information
#09353C (or 0x09353C) is known color: Nordic. HEX triplet: 09, 35 and 3C. RGB value is (9,53,60). Sum of RGB (Red+Green+Blue) = 9+53+60=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 60 (23.83% from 255 or 49.18% from 122); Max value from RGB is 60 - color contains mainly: blue. Hex color #09353C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09353C is #F6CAC3. Grayscale: #282828. Windows color (decimal): -16173764 or 3945737. OLE color: 3945737.
HSL color Cylindrical-coordinate representation of color #09353C: hue angle of 188.24º 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 #09353C is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 53 | 60 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.76 |
| HSL | 188.24º | 0.74% | 0.14% | - |
| HSV(B) | 188.24º | 0.85% | 0.24% | - |
| XYZ | 2.2 | 2.93 | 4.72 | - |
| YUV | 40.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 60 | 0.85 | 0.12 | 0 | 0.76 | 188.24 | 0.74 | 0.14 |
| Hex | 9 | 35 | 3C | 55 | C | 0 | 4C | BC | 4A | E |
| Octal | 11 | 65 | 74 | 125 | 14 | 0 | 114 | 274 | 112 | 16 |
| Binary | 1001 | 110101 | 111100 | 1010101 | 1100 | 0 | 1001100 | 10111100 | 1001010 | 1110 |
Color Harmonies of #09353C
Complementary color
Monochromatic Colors of #09353C
Black with #09353C
Text Example
Text Example
White with #09353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09353C; }
p { color: rgb(9,53,60); }
H1.HeaderClassName
{
color: #09353C;
}
.AnyTagClassName
{
color: #09353C;
}
</style>
background-color css
<style>
a { background-color: #09353C; }
a { background-color: rgb(9,53,60); }
div.DivClassName
{
background-color: #09353C;
}
.BgClassName
{
background-color: #09353C;
}
</style>
border-color css
<style>
span { border-color: #09353C; }
span { border-color: rgb(9,53,60); }
td.TdClassName
{
border-color: #09353C;
}
.TagClassName
{
border-color: #09353C;
}
</style>