Shades of Nordic #10333B
Tints of Nordic #10333B
RGB
CMYK
RGB Variations
Color information
#10333B (or 0x10333B) is known color: Nordic. HEX triplet: 10, 33 and 3B. RGB value is (16,51,59). Sum of RGB (Red+Green+Blue) = 16+51+59=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 59 - color contains mainly: blue. Hex color #10333B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10333B is #EFCCC4. Grayscale: #292929. Windows color (decimal): -15715525 or 3879696. OLE color: 3879696.
HSL color Cylindrical-coordinate representation of color #10333B: hue angle of 191.16º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #10333B is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 51 | 59 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.77 |
| HSL | 191.16º | 0.57% | 0.15% | - |
| HSV(B) | 191.16º | 0.73% | 0.23% | - |
| XYZ | 2.19 | 2.79 | 4.56 | - |
| YUV | 41.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 59 | 0.73 | 0.14 | 0 | 0.77 | 191.16 | 0.57 | 0.15 |
| Hex | 10 | 33 | 3B | 49 | E | 0 | 4D | BF | 39 | F |
| Octal | 20 | 63 | 73 | 111 | 16 | 0 | 115 | 277 | 71 | 17 |
| Binary | 10000 | 110011 | 111011 | 1001001 | 1110 | 0 | 1001101 | 10111111 | 111001 | 1111 |
Color Harmonies of #10333B
Complementary color
Monochromatic Colors of #10333B
Black with #10333B
Text Example
Text Example
White with #10333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10333B; }
p { color: rgb(16,51,59); }
H1.HeaderClassName
{
color: #10333B;
}
.AnyTagClassName
{
color: #10333B;
}
</style>
background-color css
<style>
a { background-color: #10333B; }
a { background-color: rgb(16,51,59); }
div.DivClassName
{
background-color: #10333B;
}
.BgClassName
{
background-color: #10333B;
}
</style>
border-color css
<style>
span { border-color: #10333B; }
span { border-color: rgb(16,51,59); }
td.TdClassName
{
border-color: #10333B;
}
.TagClassName
{
border-color: #10333B;
}
</style>