Shades of Pacific Blue #138BD9
Tints of Pacific Blue #138BD9
RGB
CMYK
RGB Variations
Color information
#138BD9 (or 0x138BD9) is known color: Pacific Blue. HEX triplet: 13, 8B and D9. RGB value is (19,139,217). Sum of RGB (Red+Green+Blue) = 19+139+217=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 217 (85.16% from 255 or 57.87% from 375); Max value from RGB is 217 - color contains mainly: blue. Hex color #138BD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BD9 is #EC7426. Grayscale: #6F6F6F. Windows color (decimal): -15496231 or 14256915. OLE color: 14256915.
HSL color Cylindrical-coordinate representation of color #138BD9: hue angle of 203.64º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138BD9 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 139 | 217 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.15 |
| HSL | 203.64º | 0.84% | 0.46% | - |
| HSV(B) | 203.64º | 0.91% | 0.85% | - |
| XYZ | 22.03 | 23.61 | 69.04 | - |
| YUV | 112.01 | 187.24 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 217 | 0.91 | 0.36 | 0 | 0.15 | 203.64 | 0.84 | 0.46 |
| Hex | 13 | 8B | D9 | 5B | 24 | 0 | F | CC | 54 | 2E |
| Octal | 23 | 213 | 331 | 133 | 44 | 0 | 17 | 314 | 124 | 56 |
| Binary | 10011 | 10001011 | 11011001 | 1011011 | 100100 | 0 | 1111 | 11001100 | 1010100 | 101110 |
Color Harmonies of #138BD9
Complementary color
Monochromatic Colors of #138BD9
Black with #138BD9
Text Example
Text Example
White with #138BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138BD9; }
p { color: rgb(19,139,217); }
H1.HeaderClassName
{
color: #138BD9;
}
.AnyTagClassName
{
color: #138BD9;
}
</style>
background-color css
<style>
a { background-color: #138BD9; }
a { background-color: rgb(19,139,217); }
div.DivClassName
{
background-color: #138BD9;
}
.BgClassName
{
background-color: #138BD9;
}
</style>
border-color css
<style>
span { border-color: #138BD9; }
span { border-color: rgb(19,139,217); }
td.TdClassName
{
border-color: #138BD9;
}
.TagClassName
{
border-color: #138BD9;
}
</style>