Shades of Navy Blue #1381CC
Tints of Navy Blue #1381CC
RGB
CMYK
RGB Variations
Color information
#1381CC (or 0x1381CC) is known color: Navy Blue. HEX triplet: 13, 81 and CC. RGB value is (19,129,204). Sum of RGB (Red+Green+Blue) = 19+129+204=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #1381CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1381CC is #EC7E33. Grayscale: #686868. Windows color (decimal): -15498804 or 13402387. OLE color: 13402387.
HSL color Cylindrical-coordinate representation of color #1381CC: hue angle of 204.32º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1381CC is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 129 | 204 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.2 |
| HSL | 204.32º | 0.83% | 0.44% | - |
| HSV(B) | 204.32º | 0.91% | 0.8% | - |
| XYZ | 19.02 | 20.2 | 60.02 | - |
| YUV | 104.66 | 184.06 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 204 | 0.91 | 0.37 | 0 | 0.2 | 204.32 | 0.83 | 0.44 |
| Hex | 13 | 81 | CC | 5B | 25 | 0 | 14 | CC | 53 | 2C |
| Octal | 23 | 201 | 314 | 133 | 45 | 0 | 24 | 314 | 123 | 54 |
| Binary | 10011 | 10000001 | 11001100 | 1011011 | 100101 | 0 | 10100 | 11001100 | 1010011 | 101100 |
Color Harmonies of #1381CC
Complementary color
Monochromatic Colors of #1381CC
Black with #1381CC
Text Example
Text Example
White with #1381CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1381CC; }
p { color: rgb(19,129,204); }
H1.HeaderClassName
{
color: #1381CC;
}
.AnyTagClassName
{
color: #1381CC;
}
</style>
background-color css
<style>
a { background-color: #1381CC; }
a { background-color: rgb(19,129,204); }
div.DivClassName
{
background-color: #1381CC;
}
.BgClassName
{
background-color: #1381CC;
}
</style>
border-color css
<style>
span { border-color: #1381CC; }
span { border-color: rgb(19,129,204); }
td.TdClassName
{
border-color: #1381CC;
}
.TagClassName
{
border-color: #1381CC;
}
</style>