Shades of Nordic #193E42
Tints of Nordic #193E42
RGB
CMYK
RGB Variations
Color information
#193E42 (or 0x193E42) is known color: Nordic. HEX triplet: 19, 3E and 42. RGB value is (25,62,66). Sum of RGB (Red+Green+Blue) = 25+62+66=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 62 (24.61% from 255 or 40.52% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 66 - color contains mainly: blue. Hex color #193E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193E42 is #E6C1BD. Grayscale: #333333. Windows color (decimal): -15122878 or 4341273. OLE color: 4341273.
HSL color Cylindrical-coordinate representation of color #193E42: hue angle of 185.85º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #193E42 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 62 | 66 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.74 |
| HSL | 185.85º | 0.45% | 0.18% | - |
| HSV(B) | 185.85º | 0.62% | 0.26% | - |
| XYZ | 3.11 | 4.05 | 5.77 | - |
| YUV | 51.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 66 | 0.62 | 0.06 | 0 | 0.74 | 185.85 | 0.45 | 0.18 |
| Hex | 19 | 3E | 42 | 3E | 6 | 0 | 4A | BA | 2D | 12 |
| Octal | 31 | 76 | 102 | 76 | 6 | 0 | 112 | 272 | 55 | 22 |
| Binary | 11001 | 111110 | 1000010 | 111110 | 110 | 0 | 1001010 | 10111010 | 101101 | 10010 |
Color Harmonies of #193E42
Complementary color
Monochromatic Colors of #193E42
Black with #193E42
Text Example
Text Example
White with #193E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E42; }
p { color: rgb(25,62,66); }
H1.HeaderClassName
{
color: #193E42;
}
.AnyTagClassName
{
color: #193E42;
}
</style>
background-color css
<style>
a { background-color: #193E42; }
a { background-color: rgb(25,62,66); }
div.DivClassName
{
background-color: #193E42;
}
.BgClassName
{
background-color: #193E42;
}
</style>
border-color css
<style>
span { border-color: #193E42; }
span { border-color: rgb(25,62,66); }
td.TdClassName
{
border-color: #193E42;
}
.TagClassName
{
border-color: #193E42;
}
</style>