Shades of Nordic #01303D
Tints of Nordic #01303D
RGB
CMYK
RGB Variations
Color information
#01303D (or 0x01303D) is known color: Nordic. HEX triplet: 01, 30 and 3D. RGB value is (1,48,61). Sum of RGB (Red+Green+Blue) = 1+48+61=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #01303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01303D is #FECFC2. Grayscale: #232323. Windows color (decimal): -16699331 or 4009985. OLE color: 4009985.
HSL color Cylindrical-coordinate representation of color #01303D: hue angle of 193º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01303D is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 48 | 61 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.76 |
| HSL | 193º | 0.97% | 0.12% | - |
| HSV(B) | 193º | 0.98% | 0.24% | - |
| XYZ | 1.91 | 2.46 | 4.79 | - |
| YUV | 35.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 61 | 0.98 | 0.21 | 0 | 0.76 | 193 | 0.97 | 0.12 |
| Hex | 1 | 30 | 3D | 62 | 15 | 0 | 4C | C1 | 61 | C |
| Octal | 1 | 60 | 75 | 142 | 25 | 0 | 114 | 301 | 141 | 14 |
| Binary | 1 | 110000 | 111101 | 1100010 | 10101 | 0 | 1001100 | 11000001 | 1100001 | 1100 |
Color Harmonies of #01303D
Complementary color
Monochromatic Colors of #01303D
Black with #01303D
Text Example
Text Example
White with #01303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01303D; }
p { color: rgb(1,48,61); }
H1.HeaderClassName
{
color: #01303D;
}
.AnyTagClassName
{
color: #01303D;
}
</style>
background-color css
<style>
a { background-color: #01303D; }
a { background-color: rgb(1,48,61); }
div.DivClassName
{
background-color: #01303D;
}
.BgClassName
{
background-color: #01303D;
}
</style>
border-color css
<style>
span { border-color: #01303D; }
span { border-color: rgb(1,48,61); }
td.TdClassName
{
border-color: #01303D;
}
.TagClassName
{
border-color: #01303D;
}
</style>