Shades of Nordic #193C3D
Tints of Nordic #193C3D
RGB
CMYK
RGB Variations
Color information
#193C3D (or 0x193C3D) is known color: Nordic. HEX triplet: 19, 3C and 3D. RGB value is (25,60,61). Sum of RGB (Red+Green+Blue) = 25+60+61=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #193C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C3D is #E6C3C2. Grayscale: #313131. Windows color (decimal): -15123395 or 4013081. OLE color: 4013081.
HSL color Cylindrical-coordinate representation of color #193C3D: hue angle of 181.67º 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 #193C3D is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 60 | 61 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.76 |
| HSL | 181.67º | 0.42% | 0.17% | - |
| HSV(B) | 181.67º | 0.59% | 0.24% | - |
| XYZ | 2.86 | 3.78 | 4.99 | - |
| YUV | 49.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 61 | 0.59 | 0.02 | 0 | 0.76 | 181.67 | 0.42 | 0.17 |
| Hex | 19 | 3C | 3D | 3B | 2 | 0 | 4C | B6 | 2A | 11 |
| Octal | 31 | 74 | 75 | 73 | 2 | 0 | 114 | 266 | 52 | 21 |
| Binary | 11001 | 111100 | 111101 | 111011 | 10 | 0 | 1001100 | 10110110 | 101010 | 10001 |
Color Harmonies of #193C3D
Complementary color
Monochromatic Colors of #193C3D
Black with #193C3D
Text Example
Text Example
White with #193C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C3D; }
p { color: rgb(25,60,61); }
H1.HeaderClassName
{
color: #193C3D;
}
.AnyTagClassName
{
color: #193C3D;
}
</style>
background-color css
<style>
a { background-color: #193C3D; }
a { background-color: rgb(25,60,61); }
div.DivClassName
{
background-color: #193C3D;
}
.BgClassName
{
background-color: #193C3D;
}
</style>
border-color css
<style>
span { border-color: #193C3D; }
span { border-color: rgb(25,60,61); }
td.TdClassName
{
border-color: #193C3D;
}
.TagClassName
{
border-color: #193C3D;
}
</style>