Shades of Navy Blue #135CEE
Tints of Navy Blue #135CEE
RGB
CMYK
RGB Variations
Color information
#135CEE (or 0x135CEE) is known color: Navy Blue. HEX triplet: 13, 5C and EE. RGB value is (19,92,238). Sum of RGB (Red+Green+Blue) = 19+92+238=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #135CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135CEE is #ECA311. Grayscale: #565656. Windows color (decimal): -15508242 or 15621139. OLE color: 15621139.
HSL color Cylindrical-coordinate representation of color #135CEE: hue angle of 220º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135CEE is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 92 | 238 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.07 |
| HSL | 220º | 0.87% | 0.5% | - |
| HSV(B) | 220º | 0.92% | 0.93% | - |
| XYZ | 19.53 | 13.97 | 82.56 | - |
| YUV | 86.82 | 213.32 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 238 | 0.92 | 0.61 | 0 | 0.07 | 220 | 0.87 | 0.5 |
| Hex | 13 | 5C | EE | 5C | 3D | 0 | 7 | DC | 57 | 32 |
| Octal | 23 | 134 | 356 | 134 | 75 | 0 | 7 | 334 | 127 | 62 |
| Binary | 10011 | 1011100 | 11101110 | 1011100 | 111101 | 0 | 111 | 11011100 | 1010111 | 110010 |
Color Harmonies of #135CEE
Complementary color
Monochromatic Colors of #135CEE
Black with #135CEE
Text Example
Text Example
White with #135CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135CEE; }
p { color: rgb(19,92,238); }
H1.HeaderClassName
{
color: #135CEE;
}
.AnyTagClassName
{
color: #135CEE;
}
</style>
background-color css
<style>
a { background-color: #135CEE; }
a { background-color: rgb(19,92,238); }
div.DivClassName
{
background-color: #135CEE;
}
.BgClassName
{
background-color: #135CEE;
}
</style>
border-color css
<style>
span { border-color: #135CEE; }
span { border-color: rgb(19,92,238); }
td.TdClassName
{
border-color: #135CEE;
}
.TagClassName
{
border-color: #135CEE;
}
</style>