Shades of Nordic #10353C
Tints of Nordic #10353C
RGB
CMYK
RGB Variations
Color information
#10353C (or 0x10353C) is known color: Nordic. HEX triplet: 10, 35 and 3C. RGB value is (16,53,60). Sum of RGB (Red+Green+Blue) = 16+53+60=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 60 - color contains mainly: blue. Hex color #10353C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10353C is #EFCAC3. Grayscale: #2A2A2A. Windows color (decimal): -15715012 or 3945744. OLE color: 3945744.
HSL color Cylindrical-coordinate representation of color #10353C: hue angle of 189.55º 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 #10353C is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 53 | 60 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.76 |
| HSL | 189.55º | 0.58% | 0.15% | - |
| HSV(B) | 189.55º | 0.73% | 0.24% | - |
| XYZ | 2.3 | 2.98 | 4.73 | - |
| YUV | 42.74 | 137.74 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 60 | 0.73 | 0.12 | 0 | 0.76 | 189.55 | 0.58 | 0.15 |
| Hex | 10 | 35 | 3C | 49 | C | 0 | 4C | BE | 3A | F |
| Octal | 20 | 65 | 74 | 111 | 14 | 0 | 114 | 276 | 72 | 17 |
| Binary | 10000 | 110101 | 111100 | 1001001 | 1100 | 0 | 1001100 | 10111110 | 111010 | 1111 |
Color Harmonies of #10353C
Complementary color
Monochromatic Colors of #10353C
Black with #10353C
Text Example
Text Example
White with #10353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10353C; }
p { color: rgb(16,53,60); }
H1.HeaderClassName
{
color: #10353C;
}
.AnyTagClassName
{
color: #10353C;
}
</style>
background-color css
<style>
a { background-color: #10353C; }
a { background-color: rgb(16,53,60); }
div.DivClassName
{
background-color: #10353C;
}
.BgClassName
{
background-color: #10353C;
}
</style>
border-color css
<style>
span { border-color: #10353C; }
span { border-color: rgb(16,53,60); }
td.TdClassName
{
border-color: #10353C;
}
.TagClassName
{
border-color: #10353C;
}
</style>