Shades of Nordic #0A3135
Tints of Nordic #0A3135
RGB
CMYK
RGB Variations
Color information
#0A3135 (or 0x0A3135) is known color: Nordic. HEX triplet: 0A, 31 and 35. RGB value is (10,49,53). Sum of RGB (Red+Green+Blue) = 10+49+53=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 53 - color contains mainly: blue. Hex color #0A3135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3135 is #F5CECA. Grayscale: #252525. Windows color (decimal): -16109259 or 3485962. OLE color: 3485962.
HSL color Cylindrical-coordinate representation of color #0A3135: hue angle of 185.58º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A3135 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 10 | 49 | 53 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.79 |
| HSL | 185.58º | 0.68% | 0.12% | - |
| HSV(B) | 185.58º | 0.81% | 0.21% | - |
| XYZ | 1.87 | 2.52 | 3.76 | - |
| YUV | 37.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 53 | 0.81 | 0.08 | 0 | 0.79 | 185.58 | 0.68 | 0.12 |
| Hex | A | 31 | 35 | 51 | 8 | 0 | 4F | BA | 44 | C |
| Octal | 12 | 61 | 65 | 121 | 10 | 0 | 117 | 272 | 104 | 14 |
| Binary | 1010 | 110001 | 110101 | 1010001 | 1000 | 0 | 1001111 | 10111010 | 1000100 | 1100 |
Color Harmonies of #0A3135
Complementary color
Monochromatic Colors of #0A3135
Black with #0A3135
Text Example
Text Example
White with #0A3135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3135; }
p { color: rgb(10,49,53); }
H1.HeaderClassName
{
color: #0A3135;
}
.AnyTagClassName
{
color: #0A3135;
}
</style>
background-color css
<style>
a { background-color: #0A3135; }
a { background-color: rgb(10,49,53); }
div.DivClassName
{
background-color: #0A3135;
}
.BgClassName
{
background-color: #0A3135;
}
</style>
border-color css
<style>
span { border-color: #0A3135; }
span { border-color: rgb(10,49,53); }
td.TdClassName
{
border-color: #0A3135;
}
.TagClassName
{
border-color: #0A3135;
}
</style>