Shades of Nordic #123D45
Tints of Nordic #123D45
RGB
CMYK
RGB Variations
Color information
#123D45 (or 0x123D45) is known color: Nordic. HEX triplet: 12, 3D and 45. RGB value is (18,61,69). Sum of RGB (Red+Green+Blue) = 18+61+69=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 69 - color contains mainly: blue. Hex color #123D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D45 is #EDC2BA. Grayscale: #303030. Windows color (decimal): -15581883 or 4537618. OLE color: 4537618.
HSL color Cylindrical-coordinate representation of color #123D45: hue angle of 189.41º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #123D45 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 61 | 69 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.73 |
| HSL | 189.41º | 0.59% | 0.17% | - |
| HSV(B) | 189.41º | 0.74% | 0.27% | - |
| XYZ | 2.99 | 3.9 | 6.22 | - |
| YUV | 49.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 69 | 0.74 | 0.12 | 0 | 0.73 | 189.41 | 0.59 | 0.17 |
| Hex | 12 | 3D | 45 | 4A | C | 0 | 49 | BD | 3B | 11 |
| Octal | 22 | 75 | 105 | 112 | 14 | 0 | 111 | 275 | 73 | 21 |
| Binary | 10010 | 111101 | 1000101 | 1001010 | 1100 | 0 | 1001001 | 10111101 | 111011 | 10001 |
Color Harmonies of #123D45
Complementary color
Monochromatic Colors of #123D45
Black with #123D45
Text Example
Text Example
White with #123D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D45; }
p { color: rgb(18,61,69); }
H1.HeaderClassName
{
color: #123D45;
}
.AnyTagClassName
{
color: #123D45;
}
</style>
background-color css
<style>
a { background-color: #123D45; }
a { background-color: rgb(18,61,69); }
div.DivClassName
{
background-color: #123D45;
}
.BgClassName
{
background-color: #123D45;
}
</style>
border-color css
<style>
span { border-color: #123D45; }
span { border-color: rgb(18,61,69); }
td.TdClassName
{
border-color: #123D45;
}
.TagClassName
{
border-color: #123D45;
}
</style>