Shades of Nordic #123D48
Tints of Nordic #123D48
RGB
CMYK
RGB Variations
Color information
#123D48 (or 0x123D48) is known color: Nordic. HEX triplet: 12, 3D and 48. RGB value is (18,61,72). Sum of RGB (Red+Green+Blue) = 18+61+72=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #123D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D48 is #EDC2B7. Grayscale: #313131. Windows color (decimal): -15581880 or 4734226. OLE color: 4734226.
HSL color Cylindrical-coordinate representation of color #123D48: hue angle of 192.22º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123D48 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 61 | 72 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.72 |
| HSL | 192.22º | 0.6% | 0.18% | - |
| HSV(B) | 192.22º | 0.75% | 0.28% | - |
| XYZ | 3.09 | 3.93 | 6.73 | - |
| YUV | 49.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 72 | 0.75 | 0.15 | 0 | 0.72 | 192.22 | 0.6 | 0.18 |
| Hex | 12 | 3D | 48 | 4B | F | 0 | 48 | C0 | 3C | 12 |
| Octal | 22 | 75 | 110 | 113 | 17 | 0 | 110 | 300 | 74 | 22 |
| Binary | 10010 | 111101 | 1001000 | 1001011 | 1111 | 0 | 1001000 | 11000000 | 111100 | 10010 |
Color Harmonies of #123D48
Complementary color
Monochromatic Colors of #123D48
Black with #123D48
Text Example
Text Example
White with #123D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D48; }
p { color: rgb(18,61,72); }
H1.HeaderClassName
{
color: #123D48;
}
.AnyTagClassName
{
color: #123D48;
}
</style>
background-color css
<style>
a { background-color: #123D48; }
a { background-color: rgb(18,61,72); }
div.DivClassName
{
background-color: #123D48;
}
.BgClassName
{
background-color: #123D48;
}
</style>
border-color css
<style>
span { border-color: #123D48; }
span { border-color: rgb(18,61,72); }
td.TdClassName
{
border-color: #123D48;
}
.TagClassName
{
border-color: #123D48;
}
</style>