Shades of Nordic #0A363E
Tints of Nordic #0A363E
RGB
CMYK
RGB Variations
Color information
#0A363E (or 0x0A363E) is known color: Nordic. HEX triplet: 0A, 36 and 3E. RGB value is (10,54,62). Sum of RGB (Red+Green+Blue) = 10+54+62=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #0A363E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A363E is #F5C9C1. Grayscale: #292929. Windows color (decimal): -16107970 or 4077066. OLE color: 4077066.
HSL color Cylindrical-coordinate representation of color #0A363E: hue angle of 189.23º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A363E is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 54 | 62 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.76 |
| HSL | 189.23º | 0.72% | 0.14% | - |
| HSV(B) | 189.23º | 0.84% | 0.24% | - |
| XYZ | 2.31 | 3.05 | 5.02 | - |
| YUV | 41.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 54 | 62 | 0.84 | 0.13 | 0 | 0.76 | 189.23 | 0.72 | 0.14 |
| Hex | A | 36 | 3E | 54 | D | 0 | 4C | BD | 48 | E |
| Octal | 12 | 66 | 76 | 124 | 15 | 0 | 114 | 275 | 110 | 16 |
| Binary | 1010 | 110110 | 111110 | 1010100 | 1101 | 0 | 1001100 | 10111101 | 1001000 | 1110 |
Color Harmonies of #0A363E
Complementary color
Monochromatic Colors of #0A363E
Black with #0A363E
Text Example
Text Example
White with #0A363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A363E; }
p { color: rgb(10,54,62); }
H1.HeaderClassName
{
color: #0A363E;
}
.AnyTagClassName
{
color: #0A363E;
}
</style>
background-color css
<style>
a { background-color: #0A363E; }
a { background-color: rgb(10,54,62); }
div.DivClassName
{
background-color: #0A363E;
}
.BgClassName
{
background-color: #0A363E;
}
</style>
border-color css
<style>
span { border-color: #0A363E; }
span { border-color: rgb(10,54,62); }
td.TdClassName
{
border-color: #0A363E;
}
.TagClassName
{
border-color: #0A363E;
}
</style>