Shades of Nordic #10333D
Tints of Nordic #10333D
RGB
CMYK
RGB Variations
Color information
#10333D (or 0x10333D) is known color: Nordic. HEX triplet: 10, 33 and 3D. RGB value is (16,51,61). Sum of RGB (Red+Green+Blue) = 16+51+61=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #10333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10333D is #EFCCC2. Grayscale: #292929. Windows color (decimal): -15715523 or 4010768. OLE color: 4010768.
HSL color Cylindrical-coordinate representation of color #10333D: hue angle of 193.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 #10333D is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 51 | 61 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.76 |
| HSL | 193.33º | 0.58% | 0.15% | - |
| HSV(B) | 193.33º | 0.74% | 0.24% | - |
| XYZ | 2.24 | 2.81 | 4.84 | - |
| YUV | 41.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 61 | 0.74 | 0.16 | 0 | 0.76 | 193.33 | 0.58 | 0.15 |
| Hex | 10 | 33 | 3D | 4A | 10 | 0 | 4C | C1 | 3A | F |
| Octal | 20 | 63 | 75 | 112 | 20 | 0 | 114 | 301 | 72 | 17 |
| Binary | 10000 | 110011 | 111101 | 1001010 | 10000 | 0 | 1001100 | 11000001 | 111010 | 1111 |
Color Harmonies of #10333D
Complementary color
Monochromatic Colors of #10333D
Black with #10333D
Text Example
Text Example
White with #10333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10333D; }
p { color: rgb(16,51,61); }
H1.HeaderClassName
{
color: #10333D;
}
.AnyTagClassName
{
color: #10333D;
}
</style>
background-color css
<style>
a { background-color: #10333D; }
a { background-color: rgb(16,51,61); }
div.DivClassName
{
background-color: #10333D;
}
.BgClassName
{
background-color: #10333D;
}
</style>
border-color css
<style>
span { border-color: #10333D; }
span { border-color: rgb(16,51,61); }
td.TdClassName
{
border-color: #10333D;
}
.TagClassName
{
border-color: #10333D;
}
</style>