Shades of Nordic #05303A
Tints of Nordic #05303A
RGB
CMYK
RGB Variations
Color information
#05303A (or 0x05303A) is known color: Nordic. HEX triplet: 05, 30 and 3A. RGB value is (5,48,58). Sum of RGB (Red+Green+Blue) = 5+48+58=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #05303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05303A is #FACFC5. Grayscale: #242424. Windows color (decimal): -16437190 or 3813381. OLE color: 3813381.
HSL color Cylindrical-coordinate representation of color #05303A: hue angle of 191.32º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05303A is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 48 | 58 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.77 |
| HSL | 191.32º | 0.84% | 0.12% | - |
| HSV(B) | 191.32º | 0.91% | 0.23% | - |
| XYZ | 1.88 | 2.45 | 4.38 | - |
| YUV | 36.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 58 | 0.91 | 0.17 | 0 | 0.77 | 191.32 | 0.84 | 0.12 |
| Hex | 5 | 30 | 3A | 5B | 11 | 0 | 4D | BF | 54 | C |
| Octal | 5 | 60 | 72 | 133 | 21 | 0 | 115 | 277 | 124 | 14 |
| Binary | 101 | 110000 | 111010 | 1011011 | 10001 | 0 | 1001101 | 10111111 | 1010100 | 1100 |
Color Harmonies of #05303A
Complementary color
Monochromatic Colors of #05303A
Black with #05303A
Text Example
Text Example
White with #05303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05303A; }
p { color: rgb(5,48,58); }
H1.HeaderClassName
{
color: #05303A;
}
.AnyTagClassName
{
color: #05303A;
}
</style>
background-color css
<style>
a { background-color: #05303A; }
a { background-color: rgb(5,48,58); }
div.DivClassName
{
background-color: #05303A;
}
.BgClassName
{
background-color: #05303A;
}
</style>
border-color css
<style>
span { border-color: #05303A; }
span { border-color: rgb(5,48,58); }
td.TdClassName
{
border-color: #05303A;
}
.TagClassName
{
border-color: #05303A;
}
</style>