Shades of Navy Blue #127BCB
Tints of Navy Blue #127BCB
RGB
CMYK
RGB Variations
Color information
#127BCB (or 0x127BCB) is known color: Navy Blue. HEX triplet: 12, 7B and CB. RGB value is (18,123,203). Sum of RGB (Red+Green+Blue) = 18+123+203=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #127BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BCB is #ED8434. Grayscale: #646464. Windows color (decimal): -15565877 or 13335314. OLE color: 13335314.
HSL color Cylindrical-coordinate representation of color #127BCB: hue angle of 205.95º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127BCB is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 123 | 203 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.20 |
| HSL | 205.95º | 0.84% | 0.43% | - |
| HSV(B) | 205.95º | 0.91% | 0.8% | - |
| XYZ | 18.11 | 18.61 | 59.14 | - |
| YUV | 100.73 | 185.71 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 203 | 0.91 | 0.39 | 0 | 0.20 | 205.95 | 0.84 | 0.43 |
| Hex | 12 | 7B | CB | 5B | 27 | 0 | 14 | CE | 54 | 2B |
| Octal | 22 | 173 | 313 | 133 | 47 | 0 | 24 | 316 | 124 | 53 |
| Binary | 10010 | 1111011 | 11001011 | 1011011 | 100111 | 0 | 10100 | 11001110 | 1010100 | 101011 |
Color Harmonies of #127BCB
Complementary color
Monochromatic Colors of #127BCB
Black with #127BCB
Text Example
Text Example
White with #127BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127BCB; }
p { color: rgb(18,123,203); }
H1.HeaderClassName
{
color: #127BCB;
}
.AnyTagClassName
{
color: #127BCB;
}
</style>
background-color css
<style>
a { background-color: #127BCB; }
a { background-color: rgb(18,123,203); }
div.DivClassName
{
background-color: #127BCB;
}
.BgClassName
{
background-color: #127BCB;
}
</style>
border-color css
<style>
span { border-color: #127BCB; }
span { border-color: rgb(18,123,203); }
td.TdClassName
{
border-color: #127BCB;
}
.TagClassName
{
border-color: #127BCB;
}
</style>