Shades of Nordic #193F45
Tints of Nordic #193F45
RGB
CMYK
RGB Variations
Color information
#193F45 (or 0x193F45) is known color: Nordic. HEX triplet: 19, 3F and 45. RGB value is (25,63,69). Sum of RGB (Red+Green+Blue) = 25+63+69=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 69 - color contains mainly: blue. Hex color #193F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193F45 is #E6C0BA. Grayscale: #343434. Windows color (decimal): -15122619 or 4538137. OLE color: 4538137.
HSL color Cylindrical-coordinate representation of color #193F45: hue angle of 188.18º 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 #193F45 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 63 | 69 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.73 |
| HSL | 188.18º | 0.47% | 0.18% | - |
| HSV(B) | 188.18º | 0.64% | 0.27% | - |
| XYZ | 3.25 | 4.19 | 6.27 | - |
| YUV | 52.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 69 | 0.64 | 0.09 | 0 | 0.73 | 188.18 | 0.47 | 0.18 |
| Hex | 19 | 3F | 45 | 40 | 9 | 0 | 49 | BC | 2F | 12 |
| Octal | 31 | 77 | 105 | 100 | 11 | 0 | 111 | 274 | 57 | 22 |
| Binary | 11001 | 111111 | 1000101 | 1000000 | 1001 | 0 | 1001001 | 10111100 | 101111 | 10010 |
Color Harmonies of #193F45
Complementary color
Monochromatic Colors of #193F45
Black with #193F45
Text Example
Text Example
White with #193F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F45; }
p { color: rgb(25,63,69); }
H1.HeaderClassName
{
color: #193F45;
}
.AnyTagClassName
{
color: #193F45;
}
</style>
background-color css
<style>
a { background-color: #193F45; }
a { background-color: rgb(25,63,69); }
div.DivClassName
{
background-color: #193F45;
}
.BgClassName
{
background-color: #193F45;
}
</style>
border-color css
<style>
span { border-color: #193F45; }
span { border-color: rgb(25,63,69); }
td.TdClassName
{
border-color: #193F45;
}
.TagClassName
{
border-color: #193F45;
}
</style>