Shades of Nordic #12353F
Tints of Nordic #12353F
RGB
CMYK
RGB Variations
Color information
#12353F (or 0x12353F) is known color: Nordic. HEX triplet: 12, 35 and 3F. RGB value is (18,53,63). Sum of RGB (Red+Green+Blue) = 18+53+63=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 63 - color contains mainly: blue. Hex color #12353F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12353F is #EDCAC0. Grayscale: #2B2B2B. Windows color (decimal): -15583937 or 4142354. OLE color: 4142354.
HSL color Cylindrical-coordinate representation of color #12353F: hue angle of 193.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 #12353F is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 53 | 63 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.75 |
| HSL | 193.33º | 0.56% | 0.16% | - |
| HSV(B) | 193.33º | 0.71% | 0.25% | - |
| XYZ | 2.42 | 3.03 | 5.16 | - |
| YUV | 43.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 63 | 0.71 | 0.16 | 0 | 0.75 | 193.33 | 0.56 | 0.16 |
| Hex | 12 | 35 | 3F | 47 | 10 | 0 | 4B | C1 | 38 | 10 |
| Octal | 22 | 65 | 77 | 107 | 20 | 0 | 113 | 301 | 70 | 20 |
| Binary | 10010 | 110101 | 111111 | 1000111 | 10000 | 0 | 1001011 | 11000001 | 111000 | 10000 |
Color Harmonies of #12353F
Complementary color
Monochromatic Colors of #12353F
Black with #12353F
Text Example
Text Example
White with #12353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12353F; }
p { color: rgb(18,53,63); }
H1.HeaderClassName
{
color: #12353F;
}
.AnyTagClassName
{
color: #12353F;
}
</style>
background-color css
<style>
a { background-color: #12353F; }
a { background-color: rgb(18,53,63); }
div.DivClassName
{
background-color: #12353F;
}
.BgClassName
{
background-color: #12353F;
}
</style>
border-color css
<style>
span { border-color: #12353F; }
span { border-color: rgb(18,53,63); }
td.TdClassName
{
border-color: #12353F;
}
.TagClassName
{
border-color: #12353F;
}
</style>