Shades of Nordic #19363C
Tints of Nordic #19363C
RGB
CMYK
RGB Variations
Color information
#19363C (or 0x19363C) is known color: Nordic. HEX triplet: 19, 36 and 3C. RGB value is (25,54,60). Sum of RGB (Red+Green+Blue) = 25+54+60=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 60 - color contains mainly: blue. Hex color #19363C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19363C is #E6C9C3. Grayscale: #2D2D2D. Windows color (decimal): -15124932 or 3946009. OLE color: 3946009.
HSL color Cylindrical-coordinate representation of color #19363C: hue angle of 190.29º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19363C is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 54 | 60 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.76 |
| HSL | 190.29º | 0.41% | 0.17% | - |
| HSV(B) | 190.29º | 0.58% | 0.24% | - |
| XYZ | 2.54 | 3.17 | 4.75 | - |
| YUV | 46.01 | 135.89 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 60 | 0.58 | 0.10 | 0 | 0.76 | 190.29 | 0.41 | 0.17 |
| Hex | 19 | 36 | 3C | 3A | A | 0 | 4C | BE | 29 | 11 |
| Octal | 31 | 66 | 74 | 72 | 12 | 0 | 114 | 276 | 51 | 21 |
| Binary | 11001 | 110110 | 111100 | 111010 | 1010 | 0 | 1001100 | 10111110 | 101001 | 10001 |
Color Harmonies of #19363C
Complementary color
Monochromatic Colors of #19363C
Black with #19363C
Text Example
Text Example
White with #19363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19363C; }
p { color: rgb(25,54,60); }
H1.HeaderClassName
{
color: #19363C;
}
.AnyTagClassName
{
color: #19363C;
}
</style>
background-color css
<style>
a { background-color: #19363C; }
a { background-color: rgb(25,54,60); }
div.DivClassName
{
background-color: #19363C;
}
.BgClassName
{
background-color: #19363C;
}
</style>
border-color css
<style>
span { border-color: #19363C; }
span { border-color: rgb(25,54,60); }
td.TdClassName
{
border-color: #19363C;
}
.TagClassName
{
border-color: #19363C;
}
</style>