Shades of Navy Blue #126CCF
Tints of Navy Blue #126CCF
RGB
CMYK
RGB Variations
Color information
#126CCF (or 0x126CCF) is known color: Navy Blue. HEX triplet: 12, 6C and CF. RGB value is (18,108,207). Sum of RGB (Red+Green+Blue) = 18+108+207=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #126CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CCF is #ED9330. Grayscale: #5B5B5B. Windows color (decimal): -15569713 or 13593618. OLE color: 13593618.
HSL color Cylindrical-coordinate representation of color #126CCF: hue angle of 211.43º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126CCF is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 108 | 207 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.19 |
| HSL | 211.43º | 0.84% | 0.44% | - |
| HSV(B) | 211.43º | 0.91% | 0.81% | - |
| XYZ | 16.87 | 15.36 | 61.11 | - |
| YUV | 92.38 | 192.68 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 207 | 0.91 | 0.48 | 0 | 0.19 | 211.43 | 0.84 | 0.44 |
| Hex | 12 | 6C | CF | 5B | 30 | 0 | 13 | D3 | 54 | 2C |
| Octal | 22 | 154 | 317 | 133 | 60 | 0 | 23 | 323 | 124 | 54 |
| Binary | 10010 | 1101100 | 11001111 | 1011011 | 110000 | 0 | 10011 | 11010011 | 1010100 | 101100 |
Color Harmonies of #126CCF
Complementary color
Monochromatic Colors of #126CCF
Black with #126CCF
Text Example
Text Example
White with #126CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CCF; }
p { color: rgb(18,108,207); }
H1.HeaderClassName
{
color: #126CCF;
}
.AnyTagClassName
{
color: #126CCF;
}
</style>
background-color css
<style>
a { background-color: #126CCF; }
a { background-color: rgb(18,108,207); }
div.DivClassName
{
background-color: #126CCF;
}
.BgClassName
{
background-color: #126CCF;
}
</style>
border-color css
<style>
span { border-color: #126CCF; }
span { border-color: rgb(18,108,207); }
td.TdClassName
{
border-color: #126CCF;
}
.TagClassName
{
border-color: #126CCF;
}
</style>