Shades of Nordic #09363F
Tints of Nordic #09363F
RGB
CMYK
RGB Variations
Color information
#09363F (or 0x09363F) is known color: Nordic. HEX triplet: 09, 36 and 3F. RGB value is (9,54,63). Sum of RGB (Red+Green+Blue) = 9+54+63=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #09363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09363F is #F6C9C0. Grayscale: #292929. Windows color (decimal): -16173505 or 4142601. OLE color: 4142601.
HSL color Cylindrical-coordinate representation of color #09363F: hue angle of 190º 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 #09363F is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 54 | 63 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.75 |
| HSL | 190º | 0.75% | 0.14% | - |
| HSV(B) | 190º | 0.86% | 0.25% | - |
| XYZ | 2.33 | 3.06 | 5.17 | - |
| YUV | 41.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 63 | 0.86 | 0.14 | 0 | 0.75 | 190 | 0.75 | 0.14 |
| Hex | 9 | 36 | 3F | 56 | E | 0 | 4B | BE | 4B | E |
| Octal | 11 | 66 | 77 | 126 | 16 | 0 | 113 | 276 | 113 | 16 |
| Binary | 1001 | 110110 | 111111 | 1010110 | 1110 | 0 | 1001011 | 10111110 | 1001011 | 1110 |
Color Harmonies of #09363F
Complementary color
Monochromatic Colors of #09363F
Black with #09363F
Text Example
Text Example
White with #09363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09363F; }
p { color: rgb(9,54,63); }
H1.HeaderClassName
{
color: #09363F;
}
.AnyTagClassName
{
color: #09363F;
}
</style>
background-color css
<style>
a { background-color: #09363F; }
a { background-color: rgb(9,54,63); }
div.DivClassName
{
background-color: #09363F;
}
.BgClassName
{
background-color: #09363F;
}
</style>
border-color css
<style>
span { border-color: #09363F; }
span { border-color: rgb(9,54,63); }
td.TdClassName
{
border-color: #09363F;
}
.TagClassName
{
border-color: #09363F;
}
</style>