Shades of Nordic #10333C
Tints of Nordic #10333C
RGB
CMYK
RGB Variations
Color information
#10333C (or 0x10333C) is known color: Nordic. HEX triplet: 10, 33 and 3C. RGB value is (16,51,60). Sum of RGB (Red+Green+Blue) = 16+51+60=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 60 - color contains mainly: blue. Hex color #10333C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10333C is #EFCCC3. Grayscale: #292929. Windows color (decimal): -15715524 or 3945232. OLE color: 3945232.
HSL color Cylindrical-coordinate representation of color #10333C: hue angle of 192.27º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #10333C is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 51 | 60 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.76 |
| HSL | 192.27º | 0.58% | 0.15% | - |
| HSV(B) | 192.27º | 0.73% | 0.24% | - |
| XYZ | 2.21 | 2.8 | 4.7 | - |
| YUV | 41.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 60 | 0.73 | 0.15 | 0 | 0.76 | 192.27 | 0.58 | 0.15 |
| Hex | 10 | 33 | 3C | 49 | F | 0 | 4C | C0 | 3A | F |
| Octal | 20 | 63 | 74 | 111 | 17 | 0 | 114 | 300 | 72 | 17 |
| Binary | 10000 | 110011 | 111100 | 1001001 | 1111 | 0 | 1001100 | 11000000 | 111010 | 1111 |
Color Harmonies of #10333C
Complementary color
Monochromatic Colors of #10333C
Black with #10333C
Text Example
Text Example
White with #10333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10333C; }
p { color: rgb(16,51,60); }
H1.HeaderClassName
{
color: #10333C;
}
.AnyTagClassName
{
color: #10333C;
}
</style>
background-color css
<style>
a { background-color: #10333C; }
a { background-color: rgb(16,51,60); }
div.DivClassName
{
background-color: #10333C;
}
.BgClassName
{
background-color: #10333C;
}
</style>
border-color css
<style>
span { border-color: #10333C; }
span { border-color: rgb(16,51,60); }
td.TdClassName
{
border-color: #10333C;
}
.TagClassName
{
border-color: #10333C;
}
</style>