Shades of Nordic #12383C
Tints of Nordic #12383C
RGB
CMYK
RGB Variations
Color information
#12383C (or 0x12383C) is known color: Nordic. HEX triplet: 12, 38 and 3C. RGB value is (18,56,60). Sum of RGB (Red+Green+Blue) = 18+56+60=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 60 - color contains mainly: blue. Hex color #12383C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12383C is #EDC7C3. Grayscale: #2D2D2D. Windows color (decimal): -15583172 or 3946514. OLE color: 3946514.
HSL color Cylindrical-coordinate representation of color #12383C: hue angle of 185.71º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12383C is Cyan = 0.7, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 56 | 60 | - |
| CMYK | 0.7 | 0.07 | 0 | 0.76 |
| HSL | 185.71º | 0.54% | 0.15% | - |
| HSV(B) | 185.71º | 0.7% | 0.24% | - |
| XYZ | 2.48 | 3.28 | 4.78 | - |
| YUV | 45.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 60 | 0.7 | 0.07 | 0 | 0.76 | 185.71 | 0.54 | 0.15 |
| Hex | 12 | 38 | 3C | 46 | 7 | 0 | 4C | BA | 36 | F |
| Octal | 22 | 70 | 74 | 106 | 7 | 0 | 114 | 272 | 66 | 17 |
| Binary | 10010 | 111000 | 111100 | 1000110 | 111 | 0 | 1001100 | 10111010 | 110110 | 1111 |
Color Harmonies of #12383C
Complementary color
Monochromatic Colors of #12383C
Black with #12383C
Text Example
Text Example
White with #12383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12383C; }
p { color: rgb(18,56,60); }
H1.HeaderClassName
{
color: #12383C;
}
.AnyTagClassName
{
color: #12383C;
}
</style>
background-color css
<style>
a { background-color: #12383C; }
a { background-color: rgb(18,56,60); }
div.DivClassName
{
background-color: #12383C;
}
.BgClassName
{
background-color: #12383C;
}
</style>
border-color css
<style>
span { border-color: #12383C; }
span { border-color: rgb(18,56,60); }
td.TdClassName
{
border-color: #12383C;
}
.TagClassName
{
border-color: #12383C;
}
</style>