Shades of Nordic #10393B
Tints of Nordic #10393B
RGB
CMYK
RGB Variations
Color information
#10393B (or 0x10393B) is known color: Nordic. HEX triplet: 10, 39 and 3B. RGB value is (16,57,59). Sum of RGB (Red+Green+Blue) = 16+57+59=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 59 - color contains mainly: blue. Hex color #10393B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10393B is #EFC6C4. Grayscale: #2C2C2C. Windows color (decimal): -15713989 or 3881232. OLE color: 3881232.
HSL color Cylindrical-coordinate representation of color #10393B: hue angle of 182.79º 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 #10393B is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 57 | 59 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.77 |
| HSL | 182.79º | 0.57% | 0.15% | - |
| HSV(B) | 182.79º | 0.73% | 0.23% | - |
| XYZ | 2.47 | 3.35 | 4.65 | - |
| YUV | 44.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 59 | 0.73 | 0.03 | 0 | 0.77 | 182.79 | 0.57 | 0.15 |
| Hex | 10 | 39 | 3B | 49 | 3 | 0 | 4D | B7 | 39 | F |
| Octal | 20 | 71 | 73 | 111 | 3 | 0 | 115 | 267 | 71 | 17 |
| Binary | 10000 | 111001 | 111011 | 1001001 | 11 | 0 | 1001101 | 10110111 | 111001 | 1111 |
Color Harmonies of #10393B
Complementary color
Monochromatic Colors of #10393B
Black with #10393B
Text Example
Text Example
White with #10393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10393B; }
p { color: rgb(16,57,59); }
H1.HeaderClassName
{
color: #10393B;
}
.AnyTagClassName
{
color: #10393B;
}
</style>
background-color css
<style>
a { background-color: #10393B; }
a { background-color: rgb(16,57,59); }
div.DivClassName
{
background-color: #10393B;
}
.BgClassName
{
background-color: #10393B;
}
</style>
border-color css
<style>
span { border-color: #10393B; }
span { border-color: rgb(16,57,59); }
td.TdClassName
{
border-color: #10393B;
}
.TagClassName
{
border-color: #10393B;
}
</style>