Shades of Nordic #0D333C
Tints of Nordic #0D333C
RGB
CMYK
RGB Variations
Color information
#0D333C (or 0x0D333C) is known color: Nordic. HEX triplet: 0D, 33 and 3C. RGB value is (13,51,60). Sum of RGB (Red+Green+Blue) = 13+51+60=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #0D333C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D333C is #F2CCC3. Grayscale: #282828. Windows color (decimal): -15912132 or 3945229. OLE color: 3945229.
HSL color Cylindrical-coordinate representation of color #0D333C: hue angle of 191.49º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D333C is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 51 | 60 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.76 |
| HSL | 191.49º | 0.64% | 0.14% | - |
| HSV(B) | 191.49º | 0.78% | 0.24% | - |
| XYZ | 2.17 | 2.78 | 4.7 | - |
| YUV | 40.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 60 | 0.78 | 0.15 | 0 | 0.76 | 191.49 | 0.64 | 0.14 |
| Hex | D | 33 | 3C | 4E | F | 0 | 4C | BF | 40 | E |
| Octal | 15 | 63 | 74 | 116 | 17 | 0 | 114 | 277 | 100 | 16 |
| Binary | 1101 | 110011 | 111100 | 1001110 | 1111 | 0 | 1001100 | 10111111 | 1000000 | 1110 |
Color Harmonies of #0D333C
Complementary color
Monochromatic Colors of #0D333C
Black with #0D333C
Text Example
Text Example
White with #0D333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D333C; }
p { color: rgb(13,51,60); }
H1.HeaderClassName
{
color: #0D333C;
}
.AnyTagClassName
{
color: #0D333C;
}
</style>
background-color css
<style>
a { background-color: #0D333C; }
a { background-color: rgb(13,51,60); }
div.DivClassName
{
background-color: #0D333C;
}
.BgClassName
{
background-color: #0D333C;
}
</style>
border-color css
<style>
span { border-color: #0D333C; }
span { border-color: rgb(13,51,60); }
td.TdClassName
{
border-color: #0D333C;
}
.TagClassName
{
border-color: #0D333C;
}
</style>