Shades of Pacific Blue #1385CB
Tints of Pacific Blue #1385CB
RGB
CMYK
RGB Variations
Color information
#1385CB (or 0x1385CB) is known color: Pacific Blue. HEX triplet: 13, 85 and CB. RGB value is (19,133,203). Sum of RGB (Red+Green+Blue) = 19+133+203=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #1385CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1385CB is #EC7A34. Grayscale: #6A6A6A. Windows color (decimal): -15497781 or 13337875. OLE color: 13337875.
HSL color Cylindrical-coordinate representation of color #1385CB: hue angle of 202.83º 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 #1385CB is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 133 | 203 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.20 |
| HSL | 202.83º | 0.83% | 0.44% | - |
| HSV(B) | 202.83º | 0.91% | 0.8% | - |
| XYZ | 19.44 | 21.23 | 59.57 | - |
| YUV | 106.89 | 182.23 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 203 | 0.91 | 0.34 | 0 | 0.20 | 202.83 | 0.83 | 0.44 |
| Hex | 13 | 85 | CB | 5B | 22 | 0 | 14 | CB | 53 | 2C |
| Octal | 23 | 205 | 313 | 133 | 42 | 0 | 24 | 313 | 123 | 54 |
| Binary | 10011 | 10000101 | 11001011 | 1011011 | 100010 | 0 | 10100 | 11001011 | 1010011 | 101100 |
Color Harmonies of #1385CB
Complementary color
Monochromatic Colors of #1385CB
Black with #1385CB
Text Example
Text Example
White with #1385CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1385CB; }
p { color: rgb(19,133,203); }
H1.HeaderClassName
{
color: #1385CB;
}
.AnyTagClassName
{
color: #1385CB;
}
</style>
background-color css
<style>
a { background-color: #1385CB; }
a { background-color: rgb(19,133,203); }
div.DivClassName
{
background-color: #1385CB;
}
.BgClassName
{
background-color: #1385CB;
}
</style>
border-color css
<style>
span { border-color: #1385CB; }
span { border-color: rgb(19,133,203); }
td.TdClassName
{
border-color: #1385CB;
}
.TagClassName
{
border-color: #1385CB;
}
</style>