Shades of Nordic #10363C
Tints of Nordic #10363C
RGB
CMYK
RGB Variations
Color information
#10363C (or 0x10363C) is known color: Nordic. HEX triplet: 10, 36 and 3C. RGB value is (16,54,60). Sum of RGB (Red+Green+Blue) = 16+54+60=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 60 - color contains mainly: blue. Hex color #10363C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10363C is #EFC9C3. Grayscale: #2B2B2B. Windows color (decimal): -15714756 or 3946000. OLE color: 3946000.
HSL color Cylindrical-coordinate representation of color #10363C: hue angle of 188.18º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #10363C is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 54 | 60 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.76 |
| HSL | 188.18º | 0.58% | 0.15% | - |
| HSV(B) | 188.18º | 0.73% | 0.24% | - |
| XYZ | 2.35 | 3.07 | 4.74 | - |
| YUV | 43.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 54 | 60 | 0.73 | 0.10 | 0 | 0.76 | 188.18 | 0.58 | 0.15 |
| Hex | 10 | 36 | 3C | 49 | A | 0 | 4C | BC | 3A | F |
| Octal | 20 | 66 | 74 | 111 | 12 | 0 | 114 | 274 | 72 | 17 |
| Binary | 10000 | 110110 | 111100 | 1001001 | 1010 | 0 | 1001100 | 10111100 | 111010 | 1111 |
Color Harmonies of #10363C
Complementary color
Monochromatic Colors of #10363C
Black with #10363C
Text Example
Text Example
White with #10363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10363C; }
p { color: rgb(16,54,60); }
H1.HeaderClassName
{
color: #10363C;
}
.AnyTagClassName
{
color: #10363C;
}
</style>
background-color css
<style>
a { background-color: #10363C; }
a { background-color: rgb(16,54,60); }
div.DivClassName
{
background-color: #10363C;
}
.BgClassName
{
background-color: #10363C;
}
</style>
border-color css
<style>
span { border-color: #10363C; }
span { border-color: rgb(16,54,60); }
td.TdClassName
{
border-color: #10363C;
}
.TagClassName
{
border-color: #10363C;
}
</style>