Shades of Pacific Blue #1388CB
Tints of Pacific Blue #1388CB
RGB
CMYK
RGB Variations
Color information
#1388CB (or 0x1388CB) is known color: Pacific Blue. HEX triplet: 13, 88 and CB. RGB value is (19,136,203). Sum of RGB (Red+Green+Blue) = 19+136+203=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #1388CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1388CB is #EC7734. Grayscale: #6C6C6C. Windows color (decimal): -15497013 or 13338643. OLE color: 13338643.
HSL color Cylindrical-coordinate representation of color #1388CB: hue angle of 201.85º 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 #1388CB is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 136 | 203 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.20 |
| HSL | 201.85º | 0.83% | 0.44% | - |
| HSV(B) | 201.85º | 0.91% | 0.8% | - |
| XYZ | 19.85 | 22.06 | 59.71 | - |
| YUV | 108.66 | 181.24 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 203 | 0.91 | 0.33 | 0 | 0.20 | 201.85 | 0.83 | 0.44 |
| Hex | 13 | 88 | CB | 5B | 21 | 0 | 14 | CA | 53 | 2C |
| Octal | 23 | 210 | 313 | 133 | 41 | 0 | 24 | 312 | 123 | 54 |
| Binary | 10011 | 10001000 | 11001011 | 1011011 | 100001 | 0 | 10100 | 11001010 | 1010011 | 101100 |
Color Harmonies of #1388CB
Complementary color
Monochromatic Colors of #1388CB
Black with #1388CB
Text Example
Text Example
White with #1388CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1388CB; }
p { color: rgb(19,136,203); }
H1.HeaderClassName
{
color: #1388CB;
}
.AnyTagClassName
{
color: #1388CB;
}
</style>
background-color css
<style>
a { background-color: #1388CB; }
a { background-color: rgb(19,136,203); }
div.DivClassName
{
background-color: #1388CB;
}
.BgClassName
{
background-color: #1388CB;
}
</style>
border-color css
<style>
span { border-color: #1388CB; }
span { border-color: rgb(19,136,203); }
td.TdClassName
{
border-color: #1388CB;
}
.TagClassName
{
border-color: #1388CB;
}
</style>