Shades of Nordic #09323A
Tints of Nordic #09323A
RGB
CMYK
RGB Variations
Color information
#09323A (or 0x09323A) is known color: Nordic. HEX triplet: 09, 32 and 3A. RGB value is (9,50,58). Sum of RGB (Red+Green+Blue) = 9+50+58=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #09323A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09323A is #F6CDC5. Grayscale: #262626. Windows color (decimal): -16174534 or 3813897. OLE color: 3813897.
HSL color Cylindrical-coordinate representation of color #09323A: hue angle of 189.8º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09323A is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 50 | 58 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.77 |
| HSL | 189.8º | 0.73% | 0.13% | - |
| HSV(B) | 189.8º | 0.84% | 0.23% | - |
| XYZ | 2.02 | 2.64 | 4.41 | - |
| YUV | 38.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 58 | 0.84 | 0.14 | 0 | 0.77 | 189.8 | 0.73 | 0.13 |
| Hex | 9 | 32 | 3A | 54 | E | 0 | 4D | BE | 49 | D |
| Octal | 11 | 62 | 72 | 124 | 16 | 0 | 115 | 276 | 111 | 15 |
| Binary | 1001 | 110010 | 111010 | 1010100 | 1110 | 0 | 1001101 | 10111110 | 1001001 | 1101 |
Color Harmonies of #09323A
Complementary color
Monochromatic Colors of #09323A
Black with #09323A
Text Example
Text Example
White with #09323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09323A; }
p { color: rgb(9,50,58); }
H1.HeaderClassName
{
color: #09323A;
}
.AnyTagClassName
{
color: #09323A;
}
</style>
background-color css
<style>
a { background-color: #09323A; }
a { background-color: rgb(9,50,58); }
div.DivClassName
{
background-color: #09323A;
}
.BgClassName
{
background-color: #09323A;
}
</style>
border-color css
<style>
span { border-color: #09323A; }
span { border-color: rgb(9,50,58); }
td.TdClassName
{
border-color: #09323A;
}
.TagClassName
{
border-color: #09323A;
}
</style>