Shades of Nordic #10393D
Tints of Nordic #10393D
RGB
CMYK
RGB Variations
Color information
#10393D (or 0x10393D) is known color: Nordic. HEX triplet: 10, 39 and 3D. RGB value is (16,57,61). Sum of RGB (Red+Green+Blue) = 16+57+61=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #10393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10393D is #EFC6C2. Grayscale: #2D2D2D. Windows color (decimal): -15713987 or 4012304. OLE color: 4012304.
HSL color Cylindrical-coordinate representation of color #10393D: hue angle of 185.33º degrees, saturation: 0.58, 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 #10393D is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 57 | 61 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.76 |
| HSL | 185.33º | 0.58% | 0.15% | - |
| HSV(B) | 185.33º | 0.74% | 0.24% | - |
| XYZ | 2.52 | 3.37 | 4.93 | - |
| YUV | 45.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 61 | 0.74 | 0.07 | 0 | 0.76 | 185.33 | 0.58 | 0.15 |
| Hex | 10 | 39 | 3D | 4A | 7 | 0 | 4C | B9 | 3A | F |
| Octal | 20 | 71 | 75 | 112 | 7 | 0 | 114 | 271 | 72 | 17 |
| Binary | 10000 | 111001 | 111101 | 1001010 | 111 | 0 | 1001100 | 10111001 | 111010 | 1111 |
Color Harmonies of #10393D
Complementary color
Monochromatic Colors of #10393D
Black with #10393D
Text Example
Text Example
White with #10393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10393D; }
p { color: rgb(16,57,61); }
H1.HeaderClassName
{
color: #10393D;
}
.AnyTagClassName
{
color: #10393D;
}
</style>
background-color css
<style>
a { background-color: #10393D; }
a { background-color: rgb(16,57,61); }
div.DivClassName
{
background-color: #10393D;
}
.BgClassName
{
background-color: #10393D;
}
</style>
border-color css
<style>
span { border-color: #10393D; }
span { border-color: rgb(16,57,61); }
td.TdClassName
{
border-color: #10393D;
}
.TagClassName
{
border-color: #10393D;
}
</style>