Shades of Nordic #093740
Tints of Nordic #093740
RGB
CMYK
RGB Variations
Color information
#093740 (or 0x093740) is known color: Nordic. HEX triplet: 09, 37 and 40. RGB value is (9,55,64). Sum of RGB (Red+Green+Blue) = 9+55+64=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #093740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093740 is #F6C8BF. Grayscale: #2A2A2A. Windows color (decimal): -16173248 or 4208393. OLE color: 4208393.
HSL color Cylindrical-coordinate representation of color #093740: hue angle of 189.82º 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 #093740 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 55 | 64 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.75 |
| HSL | 189.82º | 0.75% | 0.14% | - |
| HSV(B) | 189.82º | 0.86% | 0.25% | - |
| XYZ | 2.4 | 3.16 | 5.33 | - |
| YUV | 42.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 64 | 0.86 | 0.14 | 0 | 0.75 | 189.82 | 0.75 | 0.14 |
| Hex | 9 | 37 | 40 | 56 | E | 0 | 4B | BE | 4B | E |
| Octal | 11 | 67 | 100 | 126 | 16 | 0 | 113 | 276 | 113 | 16 |
| Binary | 1001 | 110111 | 1000000 | 1010110 | 1110 | 0 | 1001011 | 10111110 | 1001011 | 1110 |
Color Harmonies of #093740
Complementary color
Monochromatic Colors of #093740
Black with #093740
Text Example
Text Example
White with #093740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093740; }
p { color: rgb(9,55,64); }
H1.HeaderClassName
{
color: #093740;
}
.AnyTagClassName
{
color: #093740;
}
</style>
background-color css
<style>
a { background-color: #093740; }
a { background-color: rgb(9,55,64); }
div.DivClassName
{
background-color: #093740;
}
.BgClassName
{
background-color: #093740;
}
</style>
border-color css
<style>
span { border-color: #093740; }
span { border-color: rgb(9,55,64); }
td.TdClassName
{
border-color: #093740;
}
.TagClassName
{
border-color: #093740;
}
</style>