Shades of Navy Blue #1A83CB
Tints of Navy Blue #1A83CB
RGB
CMYK
RGB Variations
Color information
#1A83CB (or 0x1A83CB) is known color: Navy Blue. HEX triplet: 1A, 83 and CB. RGB value is (26,131,203). Sum of RGB (Red+Green+Blue) = 26+131+203=360 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.22% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #1A83CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A83CB is #E57C34. Grayscale: #6B6B6B. Windows color (decimal): -15039541 or 13337370. OLE color: 13337370.
HSL color Cylindrical-coordinate representation of color #1A83CB: hue angle of 204.41º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A83CB is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 131 | 203 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.20 |
| HSL | 204.41º | 0.77% | 0.45% | - |
| HSV(B) | 204.41º | 0.87% | 0.8% | - |
| XYZ | 19.32 | 20.76 | 59.49 | - |
| YUV | 107.81 | 181.71 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 131 | 203 | 0.87 | 0.35 | 0 | 0.20 | 204.41 | 0.77 | 0.45 |
| Hex | 1A | 83 | CB | 57 | 23 | 0 | 14 | CC | 4D | 2D |
| Octal | 32 | 203 | 313 | 127 | 43 | 0 | 24 | 314 | 115 | 55 |
| Binary | 11010 | 10000011 | 11001011 | 1010111 | 100011 | 0 | 10100 | 11001100 | 1001101 | 101101 |
Color Harmonies of #1A83CB
Complementary color
Monochromatic Colors of #1A83CB
Black with #1A83CB
Text Example
Text Example
White with #1A83CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A83CB; }
p { color: rgb(26,131,203); }
H1.HeaderClassName
{
color: #1A83CB;
}
.AnyTagClassName
{
color: #1A83CB;
}
</style>
background-color css
<style>
a { background-color: #1A83CB; }
a { background-color: rgb(26,131,203); }
div.DivClassName
{
background-color: #1A83CB;
}
.BgClassName
{
background-color: #1A83CB;
}
</style>
border-color css
<style>
span { border-color: #1A83CB; }
span { border-color: rgb(26,131,203); }
td.TdClassName
{
border-color: #1A83CB;
}
.TagClassName
{
border-color: #1A83CB;
}
</style>