Shades of Nordic #0A383D
Tints of Nordic #0A383D
RGB
CMYK
RGB Variations
Color information
#0A383D (or 0x0A383D) is known color: Nordic. HEX triplet: 0A, 38 and 3D. RGB value is (10,56,61). Sum of RGB (Red+Green+Blue) = 10+56+61=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A383D is #F5C7C2. Grayscale: #2A2A2A. Windows color (decimal): -16107459 or 4012042. OLE color: 4012042.
HSL color Cylindrical-coordinate representation of color #0A383D: hue angle of 185.88º 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 #0A383D is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 56 | 61 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.76 |
| HSL | 185.88º | 0.72% | 0.14% | - |
| HSV(B) | 185.88º | 0.84% | 0.24% | - |
| XYZ | 2.38 | 3.23 | 4.91 | - |
| YUV | 42.82 | 138.26 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 61 | 0.84 | 0.08 | 0 | 0.76 | 185.88 | 0.72 | 0.14 |
| Hex | A | 38 | 3D | 54 | 8 | 0 | 4C | BA | 48 | E |
| Octal | 12 | 70 | 75 | 124 | 10 | 0 | 114 | 272 | 110 | 16 |
| Binary | 1010 | 111000 | 111101 | 1010100 | 1000 | 0 | 1001100 | 10111010 | 1001000 | 1110 |
Color Harmonies of #0A383D
Complementary color
Monochromatic Colors of #0A383D
Black with #0A383D
Text Example
Text Example
White with #0A383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A383D; }
p { color: rgb(10,56,61); }
H1.HeaderClassName
{
color: #0A383D;
}
.AnyTagClassName
{
color: #0A383D;
}
</style>
background-color css
<style>
a { background-color: #0A383D; }
a { background-color: rgb(10,56,61); }
div.DivClassName
{
background-color: #0A383D;
}
.BgClassName
{
background-color: #0A383D;
}
</style>
border-color css
<style>
span { border-color: #0A383D; }
span { border-color: rgb(10,56,61); }
td.TdClassName
{
border-color: #0A383D;
}
.TagClassName
{
border-color: #0A383D;
}
</style>