Shades of Nordic #193A3E
Tints of Nordic #193A3E
RGB
CMYK
RGB Variations
Color information
#193A3E (or 0x193A3E) is known color: Nordic. HEX triplet: 19, 3A and 3E. RGB value is (25,58,62). Sum of RGB (Red+Green+Blue) = 25+58+62=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 62 - color contains mainly: blue. Hex color #193A3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A3E is #E6C5C1. Grayscale: #303030. Windows color (decimal): -15123906 or 4078105. OLE color: 4078105.
HSL color Cylindrical-coordinate representation of color #193A3E: hue angle of 186.49º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #193A3E is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 58 | 62 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.76 |
| HSL | 186.49º | 0.43% | 0.17% | - |
| HSV(B) | 186.49º | 0.6% | 0.24% | - |
| XYZ | 2.78 | 3.58 | 5.1 | - |
| YUV | 48.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 62 | 0.60 | 0.06 | 0 | 0.76 | 186.49 | 0.43 | 0.17 |
| Hex | 19 | 3A | 3E | 3C | 6 | 0 | 4C | BA | 2B | 11 |
| Octal | 31 | 72 | 76 | 74 | 6 | 0 | 114 | 272 | 53 | 21 |
| Binary | 11001 | 111010 | 111110 | 111100 | 110 | 0 | 1001100 | 10111010 | 101011 | 10001 |
Color Harmonies of #193A3E
Complementary color
Monochromatic Colors of #193A3E
Black with #193A3E
Text Example
Text Example
White with #193A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A3E; }
p { color: rgb(25,58,62); }
H1.HeaderClassName
{
color: #193A3E;
}
.AnyTagClassName
{
color: #193A3E;
}
</style>
background-color css
<style>
a { background-color: #193A3E; }
a { background-color: rgb(25,58,62); }
div.DivClassName
{
background-color: #193A3E;
}
.BgClassName
{
background-color: #193A3E;
}
</style>
border-color css
<style>
span { border-color: #193A3E; }
span { border-color: rgb(25,58,62); }
td.TdClassName
{
border-color: #193A3E;
}
.TagClassName
{
border-color: #193A3E;
}
</style>