Shades of Nordic #10343A
Tints of Nordic #10343A
RGB
CMYK
RGB Variations
Color information
#10343A (or 0x10343A) is known color: Nordic. HEX triplet: 10, 34 and 3A. RGB value is (16,52,58). Sum of RGB (Red+Green+Blue) = 16+52+58=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 58 - color contains mainly: blue. Hex color #10343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10343A is #EFCBC5. Grayscale: #292929. Windows color (decimal): -15715270 or 3814416. OLE color: 3814416.
HSL color Cylindrical-coordinate representation of color #10343A: hue angle of 188.57º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #10343A is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 52 | 58 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.77 |
| HSL | 188.57º | 0.57% | 0.15% | - |
| HSV(B) | 188.57º | 0.72% | 0.23% | - |
| XYZ | 2.21 | 2.87 | 4.44 | - |
| YUV | 41.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 58 | 0.72 | 0.10 | 0 | 0.77 | 188.57 | 0.57 | 0.15 |
| Hex | 10 | 34 | 3A | 48 | A | 0 | 4D | BD | 39 | F |
| Octal | 20 | 64 | 72 | 110 | 12 | 0 | 115 | 275 | 71 | 17 |
| Binary | 10000 | 110100 | 111010 | 1001000 | 1010 | 0 | 1001101 | 10111101 | 111001 | 1111 |
Color Harmonies of #10343A
Complementary color
Monochromatic Colors of #10343A
Black with #10343A
Text Example
Text Example
White with #10343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10343A; }
p { color: rgb(16,52,58); }
H1.HeaderClassName
{
color: #10343A;
}
.AnyTagClassName
{
color: #10343A;
}
</style>
background-color css
<style>
a { background-color: #10343A; }
a { background-color: rgb(16,52,58); }
div.DivClassName
{
background-color: #10343A;
}
.BgClassName
{
background-color: #10343A;
}
</style>
border-color css
<style>
span { border-color: #10343A; }
span { border-color: rgb(16,52,58); }
td.TdClassName
{
border-color: #10343A;
}
.TagClassName
{
border-color: #10343A;
}
</style>