Shades of Nordic #093841
Tints of Nordic #093841
RGB
CMYK
RGB Variations
Color information
#093841 (or 0x093841) is known color: Nordic. HEX triplet: 09, 38 and 41. RGB value is (9,56,65). Sum of RGB (Red+Green+Blue) = 9+56+65=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #093841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093841 is #F6C7BE. Grayscale: #2A2A2A. Windows color (decimal): -16172991 or 4274185. OLE color: 4274185.
HSL color Cylindrical-coordinate representation of color #093841: hue angle of 189.64º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093841 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 56 | 65 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.75 |
| HSL | 189.64º | 0.76% | 0.15% | - |
| HSV(B) | 189.64º | 0.86% | 0.25% | - |
| XYZ | 2.48 | 3.27 | 5.5 | - |
| YUV | 42.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 65 | 0.86 | 0.14 | 0 | 0.75 | 189.64 | 0.76 | 0.15 |
| Hex | 9 | 38 | 41 | 56 | E | 0 | 4B | BE | 4C | F |
| Octal | 11 | 70 | 101 | 126 | 16 | 0 | 113 | 276 | 114 | 17 |
| Binary | 1001 | 111000 | 1000001 | 1010110 | 1110 | 0 | 1001011 | 10111110 | 1001100 | 1111 |
Color Harmonies of #093841
Complementary color
Monochromatic Colors of #093841
Black with #093841
Text Example
Text Example
White with #093841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093841; }
p { color: rgb(9,56,65); }
H1.HeaderClassName
{
color: #093841;
}
.AnyTagClassName
{
color: #093841;
}
</style>
background-color css
<style>
a { background-color: #093841; }
a { background-color: rgb(9,56,65); }
div.DivClassName
{
background-color: #093841;
}
.BgClassName
{
background-color: #093841;
}
</style>
border-color css
<style>
span { border-color: #093841; }
span { border-color: rgb(9,56,65); }
td.TdClassName
{
border-color: #093841;
}
.TagClassName
{
border-color: #093841;
}
</style>