Shades of Pacific Blue #138CDB
Tints of Pacific Blue #138CDB
RGB
CMYK
RGB Variations
Color information
#138CDB (or 0x138CDB) is known color: Pacific Blue. HEX triplet: 13, 8C and DB. RGB value is (19,140,219). Sum of RGB (Red+Green+Blue) = 19+140+219=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #138CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CDB is #EC7324. Grayscale: #707070. Windows color (decimal): -15495973 or 14388243. OLE color: 14388243.
HSL color Cylindrical-coordinate representation of color #138CDB: hue angle of 203.7º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138CDB is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 140 | 219 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.14 |
| HSL | 203.7º | 0.84% | 0.47% | - |
| HSV(B) | 203.7º | 0.91% | 0.86% | - |
| XYZ | 22.43 | 24.01 | 70.47 | - |
| YUV | 112.83 | 187.91 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 219 | 0.91 | 0.36 | 0 | 0.14 | 203.7 | 0.84 | 0.47 |
| Hex | 13 | 8C | DB | 5B | 24 | 0 | E | CC | 54 | 2F |
| Octal | 23 | 214 | 333 | 133 | 44 | 0 | 16 | 314 | 124 | 57 |
| Binary | 10011 | 10001100 | 11011011 | 1011011 | 100100 | 0 | 1110 | 11001100 | 1010100 | 101111 |
Color Harmonies of #138CDB
Complementary color
Monochromatic Colors of #138CDB
Black with #138CDB
Text Example
Text Example
White with #138CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CDB; }
p { color: rgb(19,140,219); }
H1.HeaderClassName
{
color: #138CDB;
}
.AnyTagClassName
{
color: #138CDB;
}
</style>
background-color css
<style>
a { background-color: #138CDB; }
a { background-color: rgb(19,140,219); }
div.DivClassName
{
background-color: #138CDB;
}
.BgClassName
{
background-color: #138CDB;
}
</style>
border-color css
<style>
span { border-color: #138CDB; }
span { border-color: rgb(19,140,219); }
td.TdClassName
{
border-color: #138CDB;
}
.TagClassName
{
border-color: #138CDB;
}
</style>