Shades of Nordic #0A383E
Tints of Nordic #0A383E
RGB
CMYK
RGB Variations
Color information
#0A383E (or 0x0A383E) is known color: Nordic. HEX triplet: 0A, 38 and 3E. RGB value is (10,56,62). Sum of RGB (Red+Green+Blue) = 10+56+62=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 62 - color contains mainly: blue. Hex color #0A383E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A383E is #F5C7C1. Grayscale: #2A2A2A. Windows color (decimal): -16107458 or 4077578. OLE color: 4077578.
HSL color Cylindrical-coordinate representation of color #0A383E: hue angle of 186.92º 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 #0A383E is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 56 | 62 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.76 |
| HSL | 186.92º | 0.72% | 0.14% | - |
| HSV(B) | 186.92º | 0.84% | 0.24% | - |
| XYZ | 2.41 | 3.24 | 5.06 | - |
| YUV | 42.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 62 | 0.84 | 0.10 | 0 | 0.76 | 186.92 | 0.72 | 0.14 |
| Hex | A | 38 | 3E | 54 | A | 0 | 4C | BB | 48 | E |
| Octal | 12 | 70 | 76 | 124 | 12 | 0 | 114 | 273 | 110 | 16 |
| Binary | 1010 | 111000 | 111110 | 1010100 | 1010 | 0 | 1001100 | 10111011 | 1001000 | 1110 |
Color Harmonies of #0A383E
Complementary color
Monochromatic Colors of #0A383E
Black with #0A383E
Text Example
Text Example
White with #0A383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A383E; }
p { color: rgb(10,56,62); }
H1.HeaderClassName
{
color: #0A383E;
}
.AnyTagClassName
{
color: #0A383E;
}
</style>
background-color css
<style>
a { background-color: #0A383E; }
a { background-color: rgb(10,56,62); }
div.DivClassName
{
background-color: #0A383E;
}
.BgClassName
{
background-color: #0A383E;
}
</style>
border-color css
<style>
span { border-color: #0A383E; }
span { border-color: rgb(10,56,62); }
td.TdClassName
{
border-color: #0A383E;
}
.TagClassName
{
border-color: #0A383E;
}
</style>