Shades of Nordic #05343F
Tints of Nordic #05343F
RGB
CMYK
RGB Variations
Color information
#05343F (or 0x05343F) is known color: Nordic. HEX triplet: 05, 34 and 3F. RGB value is (5,52,63). Sum of RGB (Red+Green+Blue) = 5+52+63=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 63 (25% from 255 or 52.5% from 120); Max value from RGB is 63 - color contains mainly: blue. Hex color #05343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05343F is #FACBC0. Grayscale: #272727. Windows color (decimal): -16436161 or 4142085. OLE color: 4142085.
HSL color Cylindrical-coordinate representation of color #05343F: hue angle of 191.38º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05343F is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 52 | 63 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.75 |
| HSL | 191.38º | 0.85% | 0.13% | - |
| HSV(B) | 191.38º | 0.92% | 0.25% | - |
| XYZ | 2.19 | 2.85 | 5.14 | - |
| YUV | 39.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 63 | 0.92 | 0.17 | 0 | 0.75 | 191.38 | 0.85 | 0.13 |
| Hex | 5 | 34 | 3F | 5C | 11 | 0 | 4B | BF | 55 | D |
| Octal | 5 | 64 | 77 | 134 | 21 | 0 | 113 | 277 | 125 | 15 |
| Binary | 101 | 110100 | 111111 | 1011100 | 10001 | 0 | 1001011 | 10111111 | 1010101 | 1101 |
Color Harmonies of #05343F
Complementary color
Monochromatic Colors of #05343F
Black with #05343F
Text Example
Text Example
White with #05343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05343F; }
p { color: rgb(5,52,63); }
H1.HeaderClassName
{
color: #05343F;
}
.AnyTagClassName
{
color: #05343F;
}
</style>
background-color css
<style>
a { background-color: #05343F; }
a { background-color: rgb(5,52,63); }
div.DivClassName
{
background-color: #05343F;
}
.BgClassName
{
background-color: #05343F;
}
</style>
border-color css
<style>
span { border-color: #05343F; }
span { border-color: rgb(5,52,63); }
td.TdClassName
{
border-color: #05343F;
}
.TagClassName
{
border-color: #05343F;
}
</style>