Shades of Nordic #193A3D
Tints of Nordic #193A3D
RGB
CMYK
RGB Variations
Color information
#193A3D (or 0x193A3D) is known color: Nordic. HEX triplet: 19, 3A and 3D. RGB value is (25,58,61). Sum of RGB (Red+Green+Blue) = 25+58+61=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #193A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A3D is #E6C5C2. Grayscale: #303030. Windows color (decimal): -15123907 or 4012569. OLE color: 4012569.
HSL color Cylindrical-coordinate representation of color #193A3D: hue angle of 185º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #193A3D is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 58 | 61 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.76 |
| HSL | 185º | 0.42% | 0.17% | - |
| HSV(B) | 185º | 0.59% | 0.24% | - |
| XYZ | 2.76 | 3.57 | 4.96 | - |
| YUV | 48.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 61 | 0.59 | 0.05 | 0 | 0.76 | 185 | 0.42 | 0.17 |
| Hex | 19 | 3A | 3D | 3B | 5 | 0 | 4C | B9 | 2A | 11 |
| Octal | 31 | 72 | 75 | 73 | 5 | 0 | 114 | 271 | 52 | 21 |
| Binary | 11001 | 111010 | 111101 | 111011 | 101 | 0 | 1001100 | 10111001 | 101010 | 10001 |
Color Harmonies of #193A3D
Complementary color
Monochromatic Colors of #193A3D
Black with #193A3D
Text Example
Text Example
White with #193A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A3D; }
p { color: rgb(25,58,61); }
H1.HeaderClassName
{
color: #193A3D;
}
.AnyTagClassName
{
color: #193A3D;
}
</style>
background-color css
<style>
a { background-color: #193A3D; }
a { background-color: rgb(25,58,61); }
div.DivClassName
{
background-color: #193A3D;
}
.BgClassName
{
background-color: #193A3D;
}
</style>
border-color css
<style>
span { border-color: #193A3D; }
span { border-color: rgb(25,58,61); }
td.TdClassName
{
border-color: #193A3D;
}
.TagClassName
{
border-color: #193A3D;
}
</style>