Shades of Nordic #133B3D
Tints of Nordic #133B3D
RGB
CMYK
RGB Variations
Color information
#133B3D (or 0x133B3D) is known color: Nordic. HEX triplet: 13, 3B and 3D. RGB value is (19,59,61). Sum of RGB (Red+Green+Blue) = 19+59+61=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: blue. Hex color #133B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B3D is #ECC4C2. Grayscale: #2F2F2F. Windows color (decimal): -15516867 or 4012819. OLE color: 4012819.
HSL color Cylindrical-coordinate representation of color #133B3D: hue angle of 182.86º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133B3D is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 59 | 61 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.76 |
| HSL | 182.86º | 0.53% | 0.16% | - |
| HSV(B) | 182.86º | 0.69% | 0.24% | - |
| XYZ | 2.67 | 3.6 | 4.97 | - |
| YUV | 47.27 | 135.75 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 61 | 0.69 | 0.03 | 0 | 0.76 | 182.86 | 0.53 | 0.16 |
| Hex | 13 | 3B | 3D | 45 | 3 | 0 | 4C | B7 | 34 | 10 |
| Octal | 23 | 73 | 75 | 105 | 3 | 0 | 114 | 267 | 64 | 20 |
| Binary | 10011 | 111011 | 111101 | 1000101 | 11 | 0 | 1001100 | 10110111 | 110100 | 10000 |
Color Harmonies of #133B3D
Complementary color
Monochromatic Colors of #133B3D
Black with #133B3D
Text Example
Text Example
White with #133B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B3D; }
p { color: rgb(19,59,61); }
H1.HeaderClassName
{
color: #133B3D;
}
.AnyTagClassName
{
color: #133B3D;
}
</style>
background-color css
<style>
a { background-color: #133B3D; }
a { background-color: rgb(19,59,61); }
div.DivClassName
{
background-color: #133B3D;
}
.BgClassName
{
background-color: #133B3D;
}
</style>
border-color css
<style>
span { border-color: #133B3D; }
span { border-color: rgb(19,59,61); }
td.TdClassName
{
border-color: #133B3D;
}
.TagClassName
{
border-color: #133B3D;
}
</style>