Shades of Nordic #0A3540
Tints of Nordic #0A3540
RGB
CMYK
RGB Variations
Color information
#0A3540 (or 0x0A3540) is known color: Nordic. HEX triplet: 0A, 35 and 40. RGB value is (10,53,64). Sum of RGB (Red+Green+Blue) = 10+53+64=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A3540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3540 is #F5CABF. Grayscale: #292929. Windows color (decimal): -16108224 or 4207882. OLE color: 4207882.
HSL color Cylindrical-coordinate representation of color #0A3540: hue angle of 192.22º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3540 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 53 | 64 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.75 |
| HSL | 192.22º | 0.73% | 0.15% | - |
| HSV(B) | 192.22º | 0.84% | 0.25% | - |
| XYZ | 2.32 | 2.98 | 5.3 | - |
| YUV | 41.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 53 | 64 | 0.84 | 0.17 | 0 | 0.75 | 192.22 | 0.73 | 0.15 |
| Hex | A | 35 | 40 | 54 | 11 | 0 | 4B | C0 | 49 | F |
| Octal | 12 | 65 | 100 | 124 | 21 | 0 | 113 | 300 | 111 | 17 |
| Binary | 1010 | 110101 | 1000000 | 1010100 | 10001 | 0 | 1001011 | 11000000 | 1001001 | 1111 |
Color Harmonies of #0A3540
Complementary color
Monochromatic Colors of #0A3540
Black with #0A3540
Text Example
Text Example
White with #0A3540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3540; }
p { color: rgb(10,53,64); }
H1.HeaderClassName
{
color: #0A3540;
}
.AnyTagClassName
{
color: #0A3540;
}
</style>
background-color css
<style>
a { background-color: #0A3540; }
a { background-color: rgb(10,53,64); }
div.DivClassName
{
background-color: #0A3540;
}
.BgClassName
{
background-color: #0A3540;
}
</style>
border-color css
<style>
span { border-color: #0A3540; }
span { border-color: rgb(10,53,64); }
td.TdClassName
{
border-color: #0A3540;
}
.TagClassName
{
border-color: #0A3540;
}
</style>