Shades of Nordic #10333E
Tints of Nordic #10333E
RGB
CMYK
RGB Variations
Color information
#10333E (or 0x10333E) is known color: Nordic. HEX triplet: 10, 33 and 3E. RGB value is (16,51,62). Sum of RGB (Red+Green+Blue) = 16+51+62=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 62 (24.61% from 255 or 48.06% from 129); Max value from RGB is 62 - color contains mainly: blue. Hex color #10333E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10333E is #EFCCC1. Grayscale: #292929. Windows color (decimal): -15715522 or 4076304. OLE color: 4076304.
HSL color Cylindrical-coordinate representation of color #10333E: hue angle of 194.35º degrees, saturation: 0.59, 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 #10333E is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 51 | 62 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.76 |
| HSL | 194.35º | 0.59% | 0.15% | - |
| HSV(B) | 194.35º | 0.74% | 0.24% | - |
| XYZ | 2.27 | 2.83 | 4.98 | - |
| YUV | 41.79 | 139.4 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 62 | 0.74 | 0.18 | 0 | 0.76 | 194.35 | 0.59 | 0.15 |
| Hex | 10 | 33 | 3E | 4A | 12 | 0 | 4C | C2 | 3B | F |
| Octal | 20 | 63 | 76 | 112 | 22 | 0 | 114 | 302 | 73 | 17 |
| Binary | 10000 | 110011 | 111110 | 1001010 | 10010 | 0 | 1001100 | 11000010 | 111011 | 1111 |
Color Harmonies of #10333E
Complementary color
Monochromatic Colors of #10333E
Black with #10333E
Text Example
Text Example
White with #10333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10333E; }
p { color: rgb(16,51,62); }
H1.HeaderClassName
{
color: #10333E;
}
.AnyTagClassName
{
color: #10333E;
}
</style>
background-color css
<style>
a { background-color: #10333E; }
a { background-color: rgb(16,51,62); }
div.DivClassName
{
background-color: #10333E;
}
.BgClassName
{
background-color: #10333E;
}
</style>
border-color css
<style>
span { border-color: #10333E; }
span { border-color: rgb(16,51,62); }
td.TdClassName
{
border-color: #10333E;
}
.TagClassName
{
border-color: #10333E;
}
</style>