Shades of Nordic #123B3F
Tints of Nordic #123B3F
RGB
CMYK
RGB Variations
Color information
#123B3F (or 0x123B3F) is known color: Nordic. HEX triplet: 12, 3B and 3F. RGB value is (18,59,63). Sum of RGB (Red+Green+Blue) = 18+59+63=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #123B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B3F is #EDC4C0. Grayscale: #2F2F2F. Windows color (decimal): -15582401 or 4143890. OLE color: 4143890.
HSL color Cylindrical-coordinate representation of color #123B3F: hue angle of 185.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123B3F is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 59 | 63 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.75 |
| HSL | 185.33º | 0.56% | 0.16% | - |
| HSV(B) | 185.33º | 0.71% | 0.25% | - |
| XYZ | 2.71 | 3.62 | 5.26 | - |
| YUV | 47.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 63 | 0.71 | 0.06 | 0 | 0.75 | 185.33 | 0.56 | 0.16 |
| Hex | 12 | 3B | 3F | 47 | 6 | 0 | 4B | B9 | 38 | 10 |
| Octal | 22 | 73 | 77 | 107 | 6 | 0 | 113 | 271 | 70 | 20 |
| Binary | 10010 | 111011 | 111111 | 1000111 | 110 | 0 | 1001011 | 10111001 | 111000 | 10000 |
Color Harmonies of #123B3F
Complementary color
Monochromatic Colors of #123B3F
Black with #123B3F
Text Example
Text Example
White with #123B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B3F; }
p { color: rgb(18,59,63); }
H1.HeaderClassName
{
color: #123B3F;
}
.AnyTagClassName
{
color: #123B3F;
}
</style>
background-color css
<style>
a { background-color: #123B3F; }
a { background-color: rgb(18,59,63); }
div.DivClassName
{
background-color: #123B3F;
}
.BgClassName
{
background-color: #123B3F;
}
</style>
border-color css
<style>
span { border-color: #123B3F; }
span { border-color: rgb(18,59,63); }
td.TdClassName
{
border-color: #123B3F;
}
.TagClassName
{
border-color: #123B3F;
}
</style>