Shades of Nordic #193C45
Tints of Nordic #193C45
RGB
CMYK
RGB Variations
Color information
#193C45 (or 0x193C45) is known color: Nordic. HEX triplet: 19, 3C and 45. RGB value is (25,60,69). Sum of RGB (Red+Green+Blue) = 25+60+69=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 69 (27.34% from 255 or 44.81% from 154); Max value from RGB is 69 - color contains mainly: blue. Hex color #193C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C45 is #E6C3BA. Grayscale: #323232. Windows color (decimal): -15123387 or 4537369. OLE color: 4537369.
HSL color Cylindrical-coordinate representation of color #193C45: hue angle of 192.27º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #193C45 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 60 | 69 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.73 |
| HSL | 192.27º | 0.47% | 0.18% | - |
| HSV(B) | 192.27º | 0.64% | 0.27% | - |
| XYZ | 3.09 | 3.87 | 6.21 | - |
| YUV | 50.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 69 | 0.64 | 0.13 | 0 | 0.73 | 192.27 | 0.47 | 0.18 |
| Hex | 19 | 3C | 45 | 40 | D | 0 | 49 | C0 | 2F | 12 |
| Octal | 31 | 74 | 105 | 100 | 15 | 0 | 111 | 300 | 57 | 22 |
| Binary | 11001 | 111100 | 1000101 | 1000000 | 1101 | 0 | 1001001 | 11000000 | 101111 | 10010 |
Color Harmonies of #193C45
Complementary color
Monochromatic Colors of #193C45
Black with #193C45
Text Example
Text Example
White with #193C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C45; }
p { color: rgb(25,60,69); }
H1.HeaderClassName
{
color: #193C45;
}
.AnyTagClassName
{
color: #193C45;
}
</style>
background-color css
<style>
a { background-color: #193C45; }
a { background-color: rgb(25,60,69); }
div.DivClassName
{
background-color: #193C45;
}
.BgClassName
{
background-color: #193C45;
}
</style>
border-color css
<style>
span { border-color: #193C45; }
span { border-color: rgb(25,60,69); }
td.TdClassName
{
border-color: #193C45;
}
.TagClassName
{
border-color: #193C45;
}
</style>