Shades of Nordic #0A2E34
Tints of Nordic #0A2E34
RGB
CMYK
RGB Variations
Color information
#0A2E34 (or 0x0A2E34) is known color: Nordic. HEX triplet: 0A, 2E and 34. RGB value is (10,46,52). Sum of RGB (Red+Green+Blue) = 10+46+52=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #0A2E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2E34 is #F5D1CB. Grayscale: #232323. Windows color (decimal): -16110028 or 3419658. OLE color: 3419658.
HSL color Cylindrical-coordinate representation of color #0A2E34: hue angle of 188.57º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A2E34 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 46 | 52 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.80 |
| HSL | 188.57º | 0.68% | 0.12% | - |
| HSV(B) | 188.57º | 0.81% | 0.2% | - |
| XYZ | 1.72 | 2.27 | 3.6 | - |
| YUV | 35.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 46 | 52 | 0.81 | 0.12 | 0 | 0.80 | 188.57 | 0.68 | 0.12 |
| Hex | A | 2E | 34 | 51 | C | 0 | 50 | BD | 44 | C |
| Octal | 12 | 56 | 64 | 121 | 14 | 0 | 120 | 275 | 104 | 14 |
| Binary | 1010 | 101110 | 110100 | 1010001 | 1100 | 0 | 1010000 | 10111101 | 1000100 | 1100 |
Color Harmonies of #0A2E34
Complementary color
Monochromatic Colors of #0A2E34
Black with #0A2E34
Text Example
Text Example
White with #0A2E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2E34; }
p { color: rgb(10,46,52); }
H1.HeaderClassName
{
color: #0A2E34;
}
.AnyTagClassName
{
color: #0A2E34;
}
</style>
background-color css
<style>
a { background-color: #0A2E34; }
a { background-color: rgb(10,46,52); }
div.DivClassName
{
background-color: #0A2E34;
}
.BgClassName
{
background-color: #0A2E34;
}
</style>
border-color css
<style>
span { border-color: #0A2E34; }
span { border-color: rgb(10,46,52); }
td.TdClassName
{
border-color: #0A2E34;
}
.TagClassName
{
border-color: #0A2E34;
}
</style>