Shades of Nordic #093639
Tints of Nordic #093639
RGB
CMYK
RGB Variations
Color information
#093639 (or 0x093639) is known color: Nordic. HEX triplet: 09, 36 and 39. RGB value is (9,54,57). Sum of RGB (Red+Green+Blue) = 9+54+57=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 57 (22.66% from 255 or 47.5% from 120); Max value from RGB is 57 - color contains mainly: blue. Hex color #093639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093639 is #F6C9C6. Grayscale: #282828. Windows color (decimal): -16173511 or 3749385. OLE color: 3749385.
HSL color Cylindrical-coordinate representation of color #093639: hue angle of 183.75º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093639 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 54 | 57 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.78 |
| HSL | 183.75º | 0.73% | 0.13% | - |
| HSV(B) | 183.75º | 0.84% | 0.22% | - |
| XYZ | 2.17 | 2.99 | 4.33 | - |
| YUV | 40.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 57 | 0.84 | 0.05 | 0 | 0.78 | 183.75 | 0.73 | 0.13 |
| Hex | 9 | 36 | 39 | 54 | 5 | 0 | 4E | B8 | 49 | D |
| Octal | 11 | 66 | 71 | 124 | 5 | 0 | 116 | 270 | 111 | 15 |
| Binary | 1001 | 110110 | 111001 | 1010100 | 101 | 0 | 1001110 | 10111000 | 1001001 | 1101 |
Color Harmonies of #093639
Complementary color
Monochromatic Colors of #093639
Black with #093639
Text Example
Text Example
White with #093639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093639; }
p { color: rgb(9,54,57); }
H1.HeaderClassName
{
color: #093639;
}
.AnyTagClassName
{
color: #093639;
}
</style>
background-color css
<style>
a { background-color: #093639; }
a { background-color: rgb(9,54,57); }
div.DivClassName
{
background-color: #093639;
}
.BgClassName
{
background-color: #093639;
}
</style>
border-color css
<style>
span { border-color: #093639; }
span { border-color: rgb(9,54,57); }
td.TdClassName
{
border-color: #093639;
}
.TagClassName
{
border-color: #093639;
}
</style>