Shades of Navy Blue #1B76DA
Tints of Navy Blue #1B76DA
RGB
CMYK
RGB Variations
Color information
#1B76DA (or 0x1B76DA) is known color: Navy Blue. HEX triplet: 1B, 76 and DA. RGB value is (27,118,218). Sum of RGB (Red+Green+Blue) = 27+118+218=363 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.44% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #1B76DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B76DA is #E48925. Grayscale: #656565. Windows color (decimal): -14977318 or 14317083. OLE color: 14317083.
HSL color Cylindrical-coordinate representation of color #1B76DA: hue angle of 211.41º 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 #1B76DA is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 118 | 218 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.15 |
| HSL | 211.41º | 0.78% | 0.48% | - |
| HSV(B) | 211.41º | 0.88% | 0.85% | - |
| XYZ | 19.59 | 18.25 | 68.82 | - |
| YUV | 102.19 | 193.35 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 118 | 218 | 0.88 | 0.46 | 0 | 0.15 | 211.41 | 0.78 | 0.48 |
| Hex | 1B | 76 | DA | 58 | 2E | 0 | F | D3 | 4E | 30 |
| Octal | 33 | 166 | 332 | 130 | 56 | 0 | 17 | 323 | 116 | 60 |
| Binary | 11011 | 1110110 | 11011010 | 1011000 | 101110 | 0 | 1111 | 11010011 | 1001110 | 110000 |
Color Harmonies of #1B76DA
Complementary color
Monochromatic Colors of #1B76DA
Black with #1B76DA
Text Example
Text Example
White with #1B76DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B76DA; }
p { color: rgb(27,118,218); }
H1.HeaderClassName
{
color: #1B76DA;
}
.AnyTagClassName
{
color: #1B76DA;
}
</style>
background-color css
<style>
a { background-color: #1B76DA; }
a { background-color: rgb(27,118,218); }
div.DivClassName
{
background-color: #1B76DA;
}
.BgClassName
{
background-color: #1B76DA;
}
</style>
border-color css
<style>
span { border-color: #1B76DA; }
span { border-color: rgb(27,118,218); }
td.TdClassName
{
border-color: #1B76DA;
}
.TagClassName
{
border-color: #1B76DA;
}
</style>