Shades of Nordic #0A3437
Tints of Nordic #0A3437
RGB
CMYK
RGB Variations
Color information
#0A3437 (or 0x0A3437) is known color: Nordic. HEX triplet: 0A, 34 and 37. RGB value is (10,52,55). Sum of RGB (Red+Green+Blue) = 10+52+55=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 55 (21.88% from 255 or 47.01% from 117); Max value from RGB is 55 - color contains mainly: blue. Hex color #0A3437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3437 is #F5CBC8. Grayscale: #272727. Windows color (decimal): -16108489 or 3617802. OLE color: 3617802.
HSL color Cylindrical-coordinate representation of color #0A3437: hue angle of 184º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A3437 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 52 | 55 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.78 |
| HSL | 184º | 0.69% | 0.13% | - |
| HSV(B) | 184º | 0.82% | 0.22% | - |
| XYZ | 2.04 | 2.8 | 4.05 | - |
| YUV | 39.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 52 | 55 | 0.82 | 0.05 | 0 | 0.78 | 184 | 0.69 | 0.13 |
| Hex | A | 34 | 37 | 52 | 5 | 0 | 4E | B8 | 45 | D |
| Octal | 12 | 64 | 67 | 122 | 5 | 0 | 116 | 270 | 105 | 15 |
| Binary | 1010 | 110100 | 110111 | 1010010 | 101 | 0 | 1001110 | 10111000 | 1000101 | 1101 |
Color Harmonies of #0A3437
Complementary color
Monochromatic Colors of #0A3437
Black with #0A3437
Text Example
Text Example
White with #0A3437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3437; }
p { color: rgb(10,52,55); }
H1.HeaderClassName
{
color: #0A3437;
}
.AnyTagClassName
{
color: #0A3437;
}
</style>
background-color css
<style>
a { background-color: #0A3437; }
a { background-color: rgb(10,52,55); }
div.DivClassName
{
background-color: #0A3437;
}
.BgClassName
{
background-color: #0A3437;
}
</style>
border-color css
<style>
span { border-color: #0A3437; }
span { border-color: rgb(10,52,55); }
td.TdClassName
{
border-color: #0A3437;
}
.TagClassName
{
border-color: #0A3437;
}
</style>