Shades of Pacific Blue #1388CF
Tints of Pacific Blue #1388CF
RGB
CMYK
RGB Variations
Color information
#1388CF (or 0x1388CF) is known color: Pacific Blue. HEX triplet: 13, 88 and CF. RGB value is (19,136,207). Sum of RGB (Red+Green+Blue) = 19+136+207=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #1388CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1388CF is #EC7730. Grayscale: #6C6C6C. Windows color (decimal): -15497009 or 13600787. OLE color: 13600787.
HSL color Cylindrical-coordinate representation of color #1388CF: hue angle of 202.66º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1388CF is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 136 | 207 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.19 |
| HSL | 202.66º | 0.83% | 0.44% | - |
| HSV(B) | 202.66º | 0.91% | 0.81% | - |
| XYZ | 20.34 | 22.25 | 62.25 | - |
| YUV | 109.11 | 183.24 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 207 | 0.91 | 0.34 | 0 | 0.19 | 202.66 | 0.83 | 0.44 |
| Hex | 13 | 88 | CF | 5B | 22 | 0 | 13 | CB | 53 | 2C |
| Octal | 23 | 210 | 317 | 133 | 42 | 0 | 23 | 313 | 123 | 54 |
| Binary | 10011 | 10001000 | 11001111 | 1011011 | 100010 | 0 | 10011 | 11001011 | 1010011 | 101100 |
Color Harmonies of #1388CF
Complementary color
Monochromatic Colors of #1388CF
Black with #1388CF
Text Example
Text Example
White with #1388CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1388CF; }
p { color: rgb(19,136,207); }
H1.HeaderClassName
{
color: #1388CF;
}
.AnyTagClassName
{
color: #1388CF;
}
</style>
background-color css
<style>
a { background-color: #1388CF; }
a { background-color: rgb(19,136,207); }
div.DivClassName
{
background-color: #1388CF;
}
.BgClassName
{
background-color: #1388CF;
}
</style>
border-color css
<style>
span { border-color: #1388CF; }
span { border-color: rgb(19,136,207); }
td.TdClassName
{
border-color: #1388CF;
}
.TagClassName
{
border-color: #1388CF;
}
</style>