Shades of Nordic #192F33
Tints of Nordic #192F33
RGB
CMYK
RGB Variations
Color information
#192F33 (or 0x192F33) is known color: Nordic. HEX triplet: 19, 2F and 33. RGB value is (25,47,51). Sum of RGB (Red+Green+Blue) = 25+47+51=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 51 - color contains mainly: blue. Hex color #192F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192F33 is #E6D0CC. Grayscale: #282828. Windows color (decimal): -15126733 or 3354393. OLE color: 3354393.
HSL color Cylindrical-coordinate representation of color #192F33: hue angle of 189.23º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #192F33 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 47 | 51 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.8 |
| HSL | 189.23º | 0.34% | 0.15% | - |
| HSV(B) | 189.23º | 0.51% | 0.2% | - |
| XYZ | 2.01 | 2.48 | 3.5 | - |
| YUV | 40.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 51 | 0.51 | 0.08 | 0 | 0.8 | 189.23 | 0.34 | 0.15 |
| Hex | 19 | 2F | 33 | 33 | 8 | 0 | 50 | BD | 22 | F |
| Octal | 31 | 57 | 63 | 63 | 10 | 0 | 120 | 275 | 42 | 17 |
| Binary | 11001 | 101111 | 110011 | 110011 | 1000 | 0 | 1010000 | 10111101 | 100010 | 1111 |
Color Harmonies of #192F33
Complementary color
Monochromatic Colors of #192F33
Black with #192F33
Text Example
Text Example
White with #192F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F33; }
p { color: rgb(25,47,51); }
H1.HeaderClassName
{
color: #192F33;
}
.AnyTagClassName
{
color: #192F33;
}
</style>
background-color css
<style>
a { background-color: #192F33; }
a { background-color: rgb(25,47,51); }
div.DivClassName
{
background-color: #192F33;
}
.BgClassName
{
background-color: #192F33;
}
</style>
border-color css
<style>
span { border-color: #192F33; }
span { border-color: rgb(25,47,51); }
td.TdClassName
{
border-color: #192F33;
}
.TagClassName
{
border-color: #192F33;
}
</style>