Shades of Nordic #10343F
Tints of Nordic #10343F
RGB
CMYK
RGB Variations
Color information
#10343F (or 0x10343F) is known color: Nordic. HEX triplet: 10, 34 and 3F. RGB value is (16,52,63). Sum of RGB (Red+Green+Blue) = 16+52+63=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #10343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10343F is #EFCBC0. Grayscale: #2A2A2A. Windows color (decimal): -15715265 or 4142096. OLE color: 4142096.
HSL color Cylindrical-coordinate representation of color #10343F: hue angle of 194.04º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10343F is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 52 | 63 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.75 |
| HSL | 194.04º | 0.59% | 0.15% | - |
| HSV(B) | 194.04º | 0.75% | 0.25% | - |
| XYZ | 2.34 | 2.93 | 5.14 | - |
| YUV | 42.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 63 | 0.75 | 0.17 | 0 | 0.75 | 194.04 | 0.59 | 0.15 |
| Hex | 10 | 34 | 3F | 4B | 11 | 0 | 4B | C2 | 3B | F |
| Octal | 20 | 64 | 77 | 113 | 21 | 0 | 113 | 302 | 73 | 17 |
| Binary | 10000 | 110100 | 111111 | 1001011 | 10001 | 0 | 1001011 | 11000010 | 111011 | 1111 |
Color Harmonies of #10343F
Complementary color
Monochromatic Colors of #10343F
Black with #10343F
Text Example
Text Example
White with #10343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10343F; }
p { color: rgb(16,52,63); }
H1.HeaderClassName
{
color: #10343F;
}
.AnyTagClassName
{
color: #10343F;
}
</style>
background-color css
<style>
a { background-color: #10343F; }
a { background-color: rgb(16,52,63); }
div.DivClassName
{
background-color: #10343F;
}
.BgClassName
{
background-color: #10343F;
}
</style>
border-color css
<style>
span { border-color: #10343F; }
span { border-color: rgb(16,52,63); }
td.TdClassName
{
border-color: #10343F;
}
.TagClassName
{
border-color: #10343F;
}
</style>