Shades of Nordic #193D44
Tints of Nordic #193D44
RGB
CMYK
RGB Variations
Color information
#193D44 (or 0x193D44) is known color: Nordic. HEX triplet: 19, 3D and 44. RGB value is (25,61,68). Sum of RGB (Red+Green+Blue) = 25+61+68=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 68 - color contains mainly: blue. Hex color #193D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D44 is #E6C2BB. Grayscale: #323232. Windows color (decimal): -15123132 or 4472089. OLE color: 4472089.
HSL color Cylindrical-coordinate representation of color #193D44: hue angle of 189.77º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #193D44 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 61 | 68 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.73 |
| HSL | 189.77º | 0.46% | 0.18% | - |
| HSV(B) | 189.77º | 0.63% | 0.27% | - |
| XYZ | 3.11 | 3.96 | 6.07 | - |
| YUV | 51.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 68 | 0.63 | 0.10 | 0 | 0.73 | 189.77 | 0.46 | 0.18 |
| Hex | 19 | 3D | 44 | 3F | A | 0 | 49 | BE | 2E | 12 |
| Octal | 31 | 75 | 104 | 77 | 12 | 0 | 111 | 276 | 56 | 22 |
| Binary | 11001 | 111101 | 1000100 | 111111 | 1010 | 0 | 1001001 | 10111110 | 101110 | 10010 |
Color Harmonies of #193D44
Complementary color
Monochromatic Colors of #193D44
Black with #193D44
Text Example
Text Example
White with #193D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D44; }
p { color: rgb(25,61,68); }
H1.HeaderClassName
{
color: #193D44;
}
.AnyTagClassName
{
color: #193D44;
}
</style>
background-color css
<style>
a { background-color: #193D44; }
a { background-color: rgb(25,61,68); }
div.DivClassName
{
background-color: #193D44;
}
.BgClassName
{
background-color: #193D44;
}
</style>
border-color css
<style>
span { border-color: #193D44; }
span { border-color: rgb(25,61,68); }
td.TdClassName
{
border-color: #193D44;
}
.TagClassName
{
border-color: #193D44;
}
</style>