Shades of Nordic #09363A
Tints of Nordic #09363A
RGB
CMYK
RGB Variations
Color information
#09363A (or 0x09363A) is known color: Nordic. HEX triplet: 09, 36 and 3A. RGB value is (9,54,58). Sum of RGB (Red+Green+Blue) = 9+54+58=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 58 - color contains mainly: blue. Hex color #09363A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09363A is #F6C9C5. Grayscale: #282828. Windows color (decimal): -16173510 or 3814921. OLE color: 3814921.
HSL color Cylindrical-coordinate representation of color #09363A: hue angle of 184.9º 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 #09363A is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 54 | 58 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.77 |
| HSL | 184.9º | 0.73% | 0.13% | - |
| HSV(B) | 184.9º | 0.84% | 0.23% | - |
| XYZ | 2.2 | 3 | 4.47 | - |
| YUV | 41 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 58 | 0.84 | 0.07 | 0 | 0.77 | 184.9 | 0.73 | 0.13 |
| Hex | 9 | 36 | 3A | 54 | 7 | 0 | 4D | B9 | 49 | D |
| Octal | 11 | 66 | 72 | 124 | 7 | 0 | 115 | 271 | 111 | 15 |
| Binary | 1001 | 110110 | 111010 | 1010100 | 111 | 0 | 1001101 | 10111001 | 1001001 | 1101 |
Color Harmonies of #09363A
Complementary color
Monochromatic Colors of #09363A
Black with #09363A
Text Example
Text Example
White with #09363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09363A; }
p { color: rgb(9,54,58); }
H1.HeaderClassName
{
color: #09363A;
}
.AnyTagClassName
{
color: #09363A;
}
</style>
background-color css
<style>
a { background-color: #09363A; }
a { background-color: rgb(9,54,58); }
div.DivClassName
{
background-color: #09363A;
}
.BgClassName
{
background-color: #09363A;
}
</style>
border-color css
<style>
span { border-color: #09363A; }
span { border-color: rgb(9,54,58); }
td.TdClassName
{
border-color: #09363A;
}
.TagClassName
{
border-color: #09363A;
}
</style>