Shades of Nordic #193B43
Tints of Nordic #193B43
RGB
CMYK
RGB Variations
Color information
#193B43 (or 0x193B43) is known color: Nordic. HEX triplet: 19, 3B and 43. RGB value is (25,59,67). Sum of RGB (Red+Green+Blue) = 25+59+67=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 67 (26.56% from 255 or 44.37% from 151); Max value from RGB is 67 - color contains mainly: blue. Hex color #193B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193B43 is #E6C4BC. Grayscale: #313131. Windows color (decimal): -15123645 or 4406041. OLE color: 4406041.
HSL color Cylindrical-coordinate representation of color #193B43: hue angle of 191.43º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #193B43 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 59 | 67 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.74 |
| HSL | 191.43º | 0.46% | 0.18% | - |
| HSV(B) | 191.43º | 0.63% | 0.26% | - |
| XYZ | 2.98 | 3.74 | 5.88 | - |
| YUV | 49.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 67 | 0.63 | 0.12 | 0 | 0.74 | 191.43 | 0.46 | 0.18 |
| Hex | 19 | 3B | 43 | 3F | C | 0 | 4A | BF | 2E | 12 |
| Octal | 31 | 73 | 103 | 77 | 14 | 0 | 112 | 277 | 56 | 22 |
| Binary | 11001 | 111011 | 1000011 | 111111 | 1100 | 0 | 1001010 | 10111111 | 101110 | 10010 |
Color Harmonies of #193B43
Complementary color
Monochromatic Colors of #193B43
Black with #193B43
Text Example
Text Example
White with #193B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B43; }
p { color: rgb(25,59,67); }
H1.HeaderClassName
{
color: #193B43;
}
.AnyTagClassName
{
color: #193B43;
}
</style>
background-color css
<style>
a { background-color: #193B43; }
a { background-color: rgb(25,59,67); }
div.DivClassName
{
background-color: #193B43;
}
.BgClassName
{
background-color: #193B43;
}
</style>
border-color css
<style>
span { border-color: #193B43; }
span { border-color: rgb(25,59,67); }
td.TdClassName
{
border-color: #193B43;
}
.TagClassName
{
border-color: #193B43;
}
</style>