Shades of Pacific Blue #1385CC
Tints of Pacific Blue #1385CC
RGB
CMYK
RGB Variations
Color information
#1385CC (or 0x1385CC) is known color: Pacific Blue. HEX triplet: 13, 85 and CC. RGB value is (19,133,204). Sum of RGB (Red+Green+Blue) = 19+133+204=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #1385CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1385CC is #EC7A33. Grayscale: #6A6A6A. Windows color (decimal): -15497780 or 13403411. OLE color: 13403411.
HSL color Cylindrical-coordinate representation of color #1385CC: hue angle of 203.03º 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 #1385CC is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 133 | 204 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.2 |
| HSL | 203.03º | 0.83% | 0.44% | - |
| HSV(B) | 203.03º | 0.91% | 0.8% | - |
| XYZ | 19.56 | 21.27 | 60.2 | - |
| YUV | 107.01 | 182.73 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 204 | 0.91 | 0.35 | 0 | 0.2 | 203.03 | 0.83 | 0.44 |
| Hex | 13 | 85 | CC | 5B | 23 | 0 | 14 | CB | 53 | 2C |
| Octal | 23 | 205 | 314 | 133 | 43 | 0 | 24 | 313 | 123 | 54 |
| Binary | 10011 | 10000101 | 11001100 | 1011011 | 100011 | 0 | 10100 | 11001011 | 1010011 | 101100 |
Color Harmonies of #1385CC
Complementary color
Monochromatic Colors of #1385CC
Black with #1385CC
Text Example
Text Example
White with #1385CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1385CC; }
p { color: rgb(19,133,204); }
H1.HeaderClassName
{
color: #1385CC;
}
.AnyTagClassName
{
color: #1385CC;
}
</style>
background-color css
<style>
a { background-color: #1385CC; }
a { background-color: rgb(19,133,204); }
div.DivClassName
{
background-color: #1385CC;
}
.BgClassName
{
background-color: #1385CC;
}
</style>
border-color css
<style>
span { border-color: #1385CC; }
span { border-color: rgb(19,133,204); }
td.TdClassName
{
border-color: #1385CC;
}
.TagClassName
{
border-color: #1385CC;
}
</style>