Shades of Navy Blue #1A83CD
Tints of Navy Blue #1A83CD
RGB
CMYK
RGB Variations
Color information
#1A83CD (or 0x1A83CD) is known color: Navy Blue. HEX triplet: 1A, 83 and CD. RGB value is (26,131,205). Sum of RGB (Red+Green+Blue) = 26+131+205=362 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.18% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #1A83CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A83CD is #E57C32. Grayscale: #6B6B6B. Windows color (decimal): -15039539 or 13468442. OLE color: 13468442.
HSL color Cylindrical-coordinate representation of color #1A83CD: hue angle of 204.8º 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 #1A83CD is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 131 | 205 | - |
| CMYK | 0.87 | 0.36 | 0 | 0.20 |
| HSL | 204.8º | 0.77% | 0.45% | - |
| HSV(B) | 204.8º | 0.87% | 0.8% | - |
| XYZ | 19.56 | 20.86 | 60.75 | - |
| YUV | 108.04 | 182.71 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 131 | 205 | 0.87 | 0.36 | 0 | 0.20 | 204.8 | 0.77 | 0.45 |
| Hex | 1A | 83 | CD | 57 | 24 | 0 | 14 | CD | 4D | 2D |
| Octal | 32 | 203 | 315 | 127 | 44 | 0 | 24 | 315 | 115 | 55 |
| Binary | 11010 | 10000011 | 11001101 | 1010111 | 100100 | 0 | 10100 | 11001101 | 1001101 | 101101 |
Color Harmonies of #1A83CD
Complementary color
Monochromatic Colors of #1A83CD
Black with #1A83CD
Text Example
Text Example
White with #1A83CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A83CD; }
p { color: rgb(26,131,205); }
H1.HeaderClassName
{
color: #1A83CD;
}
.AnyTagClassName
{
color: #1A83CD;
}
</style>
background-color css
<style>
a { background-color: #1A83CD; }
a { background-color: rgb(26,131,205); }
div.DivClassName
{
background-color: #1A83CD;
}
.BgClassName
{
background-color: #1A83CD;
}
</style>
border-color css
<style>
span { border-color: #1A83CD; }
span { border-color: rgb(26,131,205); }
td.TdClassName
{
border-color: #1A83CD;
}
.TagClassName
{
border-color: #1A83CD;
}
</style>