Shades of Nordic #12363A
Tints of Nordic #12363A
RGB
CMYK
RGB Variations
Color information
#12363A (or 0x12363A) is known color: Nordic. HEX triplet: 12, 36 and 3A. RGB value is (18,54,58). Sum of RGB (Red+Green+Blue) = 18+54+58=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #12363A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12363A is #EDC9C5. Grayscale: #2B2B2B. Windows color (decimal): -15583686 or 3814930. OLE color: 3814930.
HSL color Cylindrical-coordinate representation of color #12363A: hue angle of 186º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #12363A is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 54 | 58 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.77 |
| HSL | 186º | 0.53% | 0.15% | - |
| HSV(B) | 186º | 0.69% | 0.23% | - |
| XYZ | 2.33 | 3.07 | 4.47 | - |
| YUV | 43.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 54 | 58 | 0.69 | 0.07 | 0 | 0.77 | 186 | 0.53 | 0.15 |
| Hex | 12 | 36 | 3A | 45 | 7 | 0 | 4D | BA | 35 | F |
| Octal | 22 | 66 | 72 | 105 | 7 | 0 | 115 | 272 | 65 | 17 |
| Binary | 10010 | 110110 | 111010 | 1000101 | 111 | 0 | 1001101 | 10111010 | 110101 | 1111 |
Color Harmonies of #12363A
Complementary color
Monochromatic Colors of #12363A
Black with #12363A
Text Example
Text Example
White with #12363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12363A; }
p { color: rgb(18,54,58); }
H1.HeaderClassName
{
color: #12363A;
}
.AnyTagClassName
{
color: #12363A;
}
</style>
background-color css
<style>
a { background-color: #12363A; }
a { background-color: rgb(18,54,58); }
div.DivClassName
{
background-color: #12363A;
}
.BgClassName
{
background-color: #12363A;
}
</style>
border-color css
<style>
span { border-color: #12363A; }
span { border-color: rgb(18,54,58); }
td.TdClassName
{
border-color: #12363A;
}
.TagClassName
{
border-color: #12363A;
}
</style>