Shades of Navy Blue #1B70DA
Tints of Navy Blue #1B70DA
RGB
CMYK
RGB Variations
Color information
#1B70DA (or 0x1B70DA) is known color: Navy Blue. HEX triplet: 1B, 70 and DA. RGB value is (27,112,218). Sum of RGB (Red+Green+Blue) = 27+112+218=357 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.56% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #1B70DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B70DA is #E48F25. Grayscale: #626262. Windows color (decimal): -14978854 or 14315547. OLE color: 14315547.
HSL color Cylindrical-coordinate representation of color #1B70DA: hue angle of 213.3º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B70DA is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 112 | 218 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.15 |
| HSL | 213.3º | 0.78% | 0.48% | - |
| HSV(B) | 213.3º | 0.88% | 0.85% | - |
| XYZ | 18.9 | 16.88 | 68.59 | - |
| YUV | 98.67 | 195.34 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 112 | 218 | 0.88 | 0.49 | 0 | 0.15 | 213.3 | 0.78 | 0.48 |
| Hex | 1B | 70 | DA | 58 | 31 | 0 | F | D5 | 4E | 30 |
| Octal | 33 | 160 | 332 | 130 | 61 | 0 | 17 | 325 | 116 | 60 |
| Binary | 11011 | 1110000 | 11011010 | 1011000 | 110001 | 0 | 1111 | 11010101 | 1001110 | 110000 |
Color Harmonies of #1B70DA
Complementary color
Monochromatic Colors of #1B70DA
Black with #1B70DA
Text Example
Text Example
White with #1B70DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B70DA; }
p { color: rgb(27,112,218); }
H1.HeaderClassName
{
color: #1B70DA;
}
.AnyTagClassName
{
color: #1B70DA;
}
</style>
background-color css
<style>
a { background-color: #1B70DA; }
a { background-color: rgb(27,112,218); }
div.DivClassName
{
background-color: #1B70DA;
}
.BgClassName
{
background-color: #1B70DA;
}
</style>
border-color css
<style>
span { border-color: #1B70DA; }
span { border-color: rgb(27,112,218); }
td.TdClassName
{
border-color: #1B70DA;
}
.TagClassName
{
border-color: #1B70DA;
}
</style>