Shades of Nordic #0A3641
Tints of Nordic #0A3641
RGB
CMYK
RGB Variations
Color information
#0A3641 (or 0x0A3641) is known color: Nordic. HEX triplet: 0A, 36 and 41. RGB value is (10,54,65). Sum of RGB (Red+Green+Blue) = 10+54+65=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #0A3641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3641 is #F5C9BE. Grayscale: #2A2A2A. Windows color (decimal): -16107967 or 4273674. OLE color: 4273674.
HSL color Cylindrical-coordinate representation of color #0A3641: hue angle of 192º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A3641 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 54 | 65 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.75 |
| HSL | 192º | 0.73% | 0.15% | - |
| HSV(B) | 192º | 0.85% | 0.25% | - |
| XYZ | 2.4 | 3.08 | 5.47 | - |
| YUV | 42.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 54 | 65 | 0.85 | 0.17 | 0 | 0.75 | 192 | 0.73 | 0.15 |
| Hex | A | 36 | 41 | 55 | 11 | 0 | 4B | C0 | 49 | F |
| Octal | 12 | 66 | 101 | 125 | 21 | 0 | 113 | 300 | 111 | 17 |
| Binary | 1010 | 110110 | 1000001 | 1010101 | 10001 | 0 | 1001011 | 11000000 | 1001001 | 1111 |
Color Harmonies of #0A3641
Complementary color
Monochromatic Colors of #0A3641
Black with #0A3641
Text Example
Text Example
White with #0A3641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3641; }
p { color: rgb(10,54,65); }
H1.HeaderClassName
{
color: #0A3641;
}
.AnyTagClassName
{
color: #0A3641;
}
</style>
background-color css
<style>
a { background-color: #0A3641; }
a { background-color: rgb(10,54,65); }
div.DivClassName
{
background-color: #0A3641;
}
.BgClassName
{
background-color: #0A3641;
}
</style>
border-color css
<style>
span { border-color: #0A3641; }
span { border-color: rgb(10,54,65); }
td.TdClassName
{
border-color: #0A3641;
}
.TagClassName
{
border-color: #0A3641;
}
</style>