Shades of Navy Blue #1B62DF
Tints of Navy Blue #1B62DF
RGB
CMYK
RGB Variations
Color information
#1B62DF (or 0x1B62DF) is known color: Navy Blue. HEX triplet: 1B, 62 and DF. RGB value is (27,98,223). Sum of RGB (Red+Green+Blue) = 27+98+223=348 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.76% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B62DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B62DF is #E49D20. Grayscale: #5A5A5A. Windows color (decimal): -14982433 or 14639643. OLE color: 14639643.
HSL color Cylindrical-coordinate representation of color #1B62DF: hue angle of 218.27º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B62DF is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 98 | 223 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.13 |
| HSL | 218.27º | 0.78% | 0.49% | - |
| HSV(B) | 218.27º | 0.88% | 0.87% | - |
| XYZ | 18.14 | 14.3 | 71.62 | - |
| YUV | 91.02 | 202.48 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 98 | 223 | 0.88 | 0.56 | 0 | 0.13 | 218.27 | 0.78 | 0.49 |
| Hex | 1B | 62 | DF | 58 | 38 | 0 | D | DA | 4E | 31 |
| Octal | 33 | 142 | 337 | 130 | 70 | 0 | 15 | 332 | 116 | 61 |
| Binary | 11011 | 1100010 | 11011111 | 1011000 | 111000 | 0 | 1101 | 11011010 | 1001110 | 110001 |
Color Harmonies of #1B62DF
Complementary color
Monochromatic Colors of #1B62DF
Black with #1B62DF
Text Example
Text Example
White with #1B62DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B62DF; }
p { color: rgb(27,98,223); }
H1.HeaderClassName
{
color: #1B62DF;
}
.AnyTagClassName
{
color: #1B62DF;
}
</style>
background-color css
<style>
a { background-color: #1B62DF; }
a { background-color: rgb(27,98,223); }
div.DivClassName
{
background-color: #1B62DF;
}
.BgClassName
{
background-color: #1B62DF;
}
</style>
border-color css
<style>
span { border-color: #1B62DF; }
span { border-color: rgb(27,98,223); }
td.TdClassName
{
border-color: #1B62DF;
}
.TagClassName
{
border-color: #1B62DF;
}
</style>