Shades of Nordic #13333C
Tints of Nordic #13333C
RGB
CMYK
RGB Variations
Color information
#13333C (or 0x13333C) is known color: Nordic. HEX triplet: 13, 33 and 3C. RGB value is (19,51,60). Sum of RGB (Red+Green+Blue) = 19+51+60=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 60 - color contains mainly: blue. Hex color #13333C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13333C is #ECCCC3. Grayscale: #2A2A2A. Windows color (decimal): -15518916 or 3945235. OLE color: 3945235.
HSL color Cylindrical-coordinate representation of color #13333C: hue angle of 193.17º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13333C is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 51 | 60 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.76 |
| HSL | 193.17º | 0.52% | 0.15% | - |
| HSV(B) | 193.17º | 0.68% | 0.24% | - |
| XYZ | 2.27 | 2.83 | 4.7 | - |
| YUV | 42.46 | 137.9 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 60 | 0.68 | 0.15 | 0 | 0.76 | 193.17 | 0.52 | 0.15 |
| Hex | 13 | 33 | 3C | 44 | F | 0 | 4C | C1 | 34 | F |
| Octal | 23 | 63 | 74 | 104 | 17 | 0 | 114 | 301 | 64 | 17 |
| Binary | 10011 | 110011 | 111100 | 1000100 | 1111 | 0 | 1001100 | 11000001 | 110100 | 1111 |
Color Harmonies of #13333C
Complementary color
Monochromatic Colors of #13333C
Black with #13333C
Text Example
Text Example
White with #13333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13333C; }
p { color: rgb(19,51,60); }
H1.HeaderClassName
{
color: #13333C;
}
.AnyTagClassName
{
color: #13333C;
}
</style>
background-color css
<style>
a { background-color: #13333C; }
a { background-color: rgb(19,51,60); }
div.DivClassName
{
background-color: #13333C;
}
.BgClassName
{
background-color: #13333C;
}
</style>
border-color css
<style>
span { border-color: #13333C; }
span { border-color: rgb(19,51,60); }
td.TdClassName
{
border-color: #13333C;
}
.TagClassName
{
border-color: #13333C;
}
</style>