Shades of Nordic #0A3841
Tints of Nordic #0A3841
RGB
CMYK
RGB Variations
Color information
#0A3841 (or 0x0A3841) is known color: Nordic. HEX triplet: 0A, 38 and 41. RGB value is (10,56,65). Sum of RGB (Red+Green+Blue) = 10+56+65=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #0A3841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3841 is #F5C7BE. Grayscale: #2B2B2B. Windows color (decimal): -16107455 or 4274186. OLE color: 4274186.
HSL color Cylindrical-coordinate representation of color #0A3841: hue angle of 189.82º 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 #0A3841 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 56 | 65 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.75 |
| HSL | 189.82º | 0.73% | 0.15% | - |
| HSV(B) | 189.82º | 0.85% | 0.25% | - |
| XYZ | 2.49 | 3.27 | 5.5 | - |
| YUV | 43.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 65 | 0.85 | 0.14 | 0 | 0.75 | 189.82 | 0.73 | 0.15 |
| Hex | A | 38 | 41 | 55 | E | 0 | 4B | BE | 49 | F |
| Octal | 12 | 70 | 101 | 125 | 16 | 0 | 113 | 276 | 111 | 17 |
| Binary | 1010 | 111000 | 1000001 | 1010101 | 1110 | 0 | 1001011 | 10111110 | 1001001 | 1111 |
Color Harmonies of #0A3841
Complementary color
Monochromatic Colors of #0A3841
Black with #0A3841
Text Example
Text Example
White with #0A3841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3841; }
p { color: rgb(10,56,65); }
H1.HeaderClassName
{
color: #0A3841;
}
.AnyTagClassName
{
color: #0A3841;
}
</style>
background-color css
<style>
a { background-color: #0A3841; }
a { background-color: rgb(10,56,65); }
div.DivClassName
{
background-color: #0A3841;
}
.BgClassName
{
background-color: #0A3841;
}
</style>
border-color css
<style>
span { border-color: #0A3841; }
span { border-color: rgb(10,56,65); }
td.TdClassName
{
border-color: #0A3841;
}
.TagClassName
{
border-color: #0A3841;
}
</style>