Shades of Nordic #0A3640
Tints of Nordic #0A3640
RGB
CMYK
RGB Variations
Color information
#0A3640 (or 0x0A3640) is known color: Nordic. HEX triplet: 0A, 36 and 40. RGB value is (10,54,64). Sum of RGB (Red+Green+Blue) = 10+54+64=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A3640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3640 is #F5C9BF. Grayscale: #292929. Windows color (decimal): -16107968 or 4208138. OLE color: 4208138.
HSL color Cylindrical-coordinate representation of color #0A3640: hue angle of 191.11º 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 #0A3640 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 54 | 64 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.75 |
| HSL | 191.11º | 0.73% | 0.15% | - |
| HSV(B) | 191.11º | 0.84% | 0.25% | - |
| XYZ | 2.37 | 3.07 | 5.32 | - |
| YUV | 41.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 54 | 64 | 0.84 | 0.16 | 0 | 0.75 | 191.11 | 0.73 | 0.15 |
| Hex | A | 36 | 40 | 54 | 10 | 0 | 4B | BF | 49 | F |
| Octal | 12 | 66 | 100 | 124 | 20 | 0 | 113 | 277 | 111 | 17 |
| Binary | 1010 | 110110 | 1000000 | 1010100 | 10000 | 0 | 1001011 | 10111111 | 1001001 | 1111 |
Color Harmonies of #0A3640
Complementary color
Monochromatic Colors of #0A3640
Black with #0A3640
Text Example
Text Example
White with #0A3640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3640; }
p { color: rgb(10,54,64); }
H1.HeaderClassName
{
color: #0A3640;
}
.AnyTagClassName
{
color: #0A3640;
}
</style>
background-color css
<style>
a { background-color: #0A3640; }
a { background-color: rgb(10,54,64); }
div.DivClassName
{
background-color: #0A3640;
}
.BgClassName
{
background-color: #0A3640;
}
</style>
border-color css
<style>
span { border-color: #0A3640; }
span { border-color: rgb(10,54,64); }
td.TdClassName
{
border-color: #0A3640;
}
.TagClassName
{
border-color: #0A3640;
}
</style>