Shades of Nordic #10353D
Tints of Nordic #10353D
RGB
CMYK
RGB Variations
Color information
#10353D (or 0x10353D) is known color: Nordic. HEX triplet: 10, 35 and 3D. RGB value is (16,53,61). Sum of RGB (Red+Green+Blue) = 16+53+61=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #10353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10353D is #EFCAC2. Grayscale: #2A2A2A. Windows color (decimal): -15715011 or 4011280. OLE color: 4011280.
HSL color Cylindrical-coordinate representation of color #10353D: hue angle of 190.67º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10353D is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 53 | 61 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.76 |
| HSL | 190.67º | 0.58% | 0.15% | - |
| HSV(B) | 190.67º | 0.74% | 0.24% | - |
| XYZ | 2.33 | 2.99 | 4.87 | - |
| YUV | 42.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 61 | 0.74 | 0.13 | 0 | 0.76 | 190.67 | 0.58 | 0.15 |
| Hex | 10 | 35 | 3D | 4A | D | 0 | 4C | BF | 3A | F |
| Octal | 20 | 65 | 75 | 112 | 15 | 0 | 114 | 277 | 72 | 17 |
| Binary | 10000 | 110101 | 111101 | 1001010 | 1101 | 0 | 1001100 | 10111111 | 111010 | 1111 |
Color Harmonies of #10353D
Complementary color
Monochromatic Colors of #10353D
Black with #10353D
Text Example
Text Example
White with #10353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10353D; }
p { color: rgb(16,53,61); }
H1.HeaderClassName
{
color: #10353D;
}
.AnyTagClassName
{
color: #10353D;
}
</style>
background-color css
<style>
a { background-color: #10353D; }
a { background-color: rgb(16,53,61); }
div.DivClassName
{
background-color: #10353D;
}
.BgClassName
{
background-color: #10353D;
}
</style>
border-color css
<style>
span { border-color: #10353D; }
span { border-color: rgb(16,53,61); }
td.TdClassName
{
border-color: #10353D;
}
.TagClassName
{
border-color: #10353D;
}
</style>