Shades of Nordic #0A333E
Tints of Nordic #0A333E
RGB
CMYK
RGB Variations
Color information
#0A333E (or 0x0A333E) is known color: Nordic. HEX triplet: 0A, 33 and 3E. RGB value is (10,51,62). Sum of RGB (Red+Green+Blue) = 10+51+62=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #0A333E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A333E is #F5CCC1. Grayscale: #272727. Windows color (decimal): -16108738 or 4076298. OLE color: 4076298.
HSL color Cylindrical-coordinate representation of color #0A333E: hue angle of 192.69º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A333E is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 51 | 62 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.76 |
| HSL | 192.69º | 0.72% | 0.14% | - |
| HSV(B) | 192.69º | 0.84% | 0.24% | - |
| XYZ | 2.18 | 2.78 | 4.98 | - |
| YUV | 40 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 51 | 62 | 0.84 | 0.18 | 0 | 0.76 | 192.69 | 0.72 | 0.14 |
| Hex | A | 33 | 3E | 54 | 12 | 0 | 4C | C1 | 48 | E |
| Octal | 12 | 63 | 76 | 124 | 22 | 0 | 114 | 301 | 110 | 16 |
| Binary | 1010 | 110011 | 111110 | 1010100 | 10010 | 0 | 1001100 | 11000001 | 1001000 | 1110 |
Color Harmonies of #0A333E
Complementary color
Monochromatic Colors of #0A333E
Black with #0A333E
Text Example
Text Example
White with #0A333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A333E; }
p { color: rgb(10,51,62); }
H1.HeaderClassName
{
color: #0A333E;
}
.AnyTagClassName
{
color: #0A333E;
}
</style>
background-color css
<style>
a { background-color: #0A333E; }
a { background-color: rgb(10,51,62); }
div.DivClassName
{
background-color: #0A333E;
}
.BgClassName
{
background-color: #0A333E;
}
</style>
border-color css
<style>
span { border-color: #0A333E; }
span { border-color: rgb(10,51,62); }
td.TdClassName
{
border-color: #0A333E;
}
.TagClassName
{
border-color: #0A333E;
}
</style>