Shades of Nordic #19363F
Tints of Nordic #19363F
RGB
CMYK
RGB Variations
Color information
#19363F (or 0x19363F) is known color: Nordic. HEX triplet: 19, 36 and 3F. RGB value is (25,54,63). Sum of RGB (Red+Green+Blue) = 25+54+63=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #19363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19363F is #E6C9C0. Grayscale: #2E2E2E. Windows color (decimal): -15124929 or 4142617. OLE color: 4142617.
HSL color Cylindrical-coordinate representation of color #19363F: hue angle of 194.21º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19363F is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 54 | 63 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.75 |
| HSL | 194.21º | 0.43% | 0.17% | - |
| HSV(B) | 194.21º | 0.6% | 0.25% | - |
| XYZ | 2.62 | 3.2 | 5.18 | - |
| YUV | 46.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 63 | 0.60 | 0.14 | 0 | 0.75 | 194.21 | 0.43 | 0.17 |
| Hex | 19 | 36 | 3F | 3C | E | 0 | 4B | C2 | 2B | 11 |
| Octal | 31 | 66 | 77 | 74 | 16 | 0 | 113 | 302 | 53 | 21 |
| Binary | 11001 | 110110 | 111111 | 111100 | 1110 | 0 | 1001011 | 11000010 | 101011 | 10001 |
Color Harmonies of #19363F
Complementary color
Monochromatic Colors of #19363F
Black with #19363F
Text Example
Text Example
White with #19363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19363F; }
p { color: rgb(25,54,63); }
H1.HeaderClassName
{
color: #19363F;
}
.AnyTagClassName
{
color: #19363F;
}
</style>
background-color css
<style>
a { background-color: #19363F; }
a { background-color: rgb(25,54,63); }
div.DivClassName
{
background-color: #19363F;
}
.BgClassName
{
background-color: #19363F;
}
</style>
border-color css
<style>
span { border-color: #19363F; }
span { border-color: rgb(25,54,63); }
td.TdClassName
{
border-color: #19363F;
}
.TagClassName
{
border-color: #19363F;
}
</style>