Shades of Nordic #0A3235
Tints of Nordic #0A3235
RGB
CMYK
RGB Variations
Color information
#0A3235 (or 0x0A3235) is known color: Nordic. HEX triplet: 0A, 32 and 35. RGB value is (10,50,53). Sum of RGB (Red+Green+Blue) = 10+50+53=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 53 - color contains mainly: blue. Hex color #0A3235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3235 is #F5CDCA. Grayscale: #262626. Windows color (decimal): -16109003 or 3486218. OLE color: 3486218.
HSL color Cylindrical-coordinate representation of color #0A3235: hue angle of 184.19º 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 #0A3235 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 10 | 50 | 53 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.79 |
| HSL | 184.19º | 0.68% | 0.12% | - |
| HSV(B) | 184.19º | 0.81% | 0.21% | - |
| XYZ | 1.91 | 2.6 | 3.77 | - |
| YUV | 38.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 50 | 53 | 0.81 | 0.06 | 0 | 0.79 | 184.19 | 0.68 | 0.12 |
| Hex | A | 32 | 35 | 51 | 6 | 0 | 4F | B8 | 44 | C |
| Octal | 12 | 62 | 65 | 121 | 6 | 0 | 117 | 270 | 104 | 14 |
| Binary | 1010 | 110010 | 110101 | 1010001 | 110 | 0 | 1001111 | 10111000 | 1000100 | 1100 |
Color Harmonies of #0A3235
Complementary color
Monochromatic Colors of #0A3235
Black with #0A3235
Text Example
Text Example
White with #0A3235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3235; }
p { color: rgb(10,50,53); }
H1.HeaderClassName
{
color: #0A3235;
}
.AnyTagClassName
{
color: #0A3235;
}
</style>
background-color css
<style>
a { background-color: #0A3235; }
a { background-color: rgb(10,50,53); }
div.DivClassName
{
background-color: #0A3235;
}
.BgClassName
{
background-color: #0A3235;
}
</style>
border-color css
<style>
span { border-color: #0A3235; }
span { border-color: rgb(10,50,53); }
td.TdClassName
{
border-color: #0A3235;
}
.TagClassName
{
border-color: #0A3235;
}
</style>