Shades of Nordic #193638
Tints of Nordic #193638
RGB
CMYK
RGB Variations
Color information
#193638 (or 0x193638) is known color: Nordic. HEX triplet: 19, 36 and 38. RGB value is (25,54,56). Sum of RGB (Red+Green+Blue) = 25+54+56=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #193638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193638 is #E6C9C7. Grayscale: #2D2D2D. Windows color (decimal): -15124936 or 3683865. OLE color: 3683865.
HSL color Cylindrical-coordinate representation of color #193638: hue angle of 183.87º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193638 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 54 | 56 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.78 |
| HSL | 183.87º | 0.38% | 0.16% | - |
| HSV(B) | 183.87º | 0.55% | 0.22% | - |
| XYZ | 2.43 | 3.13 | 4.22 | - |
| YUV | 45.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 56 | 0.55 | 0.04 | 0 | 0.78 | 183.87 | 0.38 | 0.16 |
| Hex | 19 | 36 | 38 | 37 | 4 | 0 | 4E | B8 | 26 | 10 |
| Octal | 31 | 66 | 70 | 67 | 4 | 0 | 116 | 270 | 46 | 20 |
| Binary | 11001 | 110110 | 111000 | 110111 | 100 | 0 | 1001110 | 10111000 | 100110 | 10000 |
Color Harmonies of #193638
Complementary color
Monochromatic Colors of #193638
Black with #193638
Text Example
Text Example
White with #193638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193638; }
p { color: rgb(25,54,56); }
H1.HeaderClassName
{
color: #193638;
}
.AnyTagClassName
{
color: #193638;
}
</style>
background-color css
<style>
a { background-color: #193638; }
a { background-color: rgb(25,54,56); }
div.DivClassName
{
background-color: #193638;
}
.BgClassName
{
background-color: #193638;
}
</style>
border-color css
<style>
span { border-color: #193638; }
span { border-color: rgb(25,54,56); }
td.TdClassName
{
border-color: #193638;
}
.TagClassName
{
border-color: #193638;
}
</style>