Shades of Pacific Blue #138AD9
Tints of Pacific Blue #138AD9
RGB
CMYK
RGB Variations
Color information
#138AD9 (or 0x138AD9) is known color: Pacific Blue. HEX triplet: 13, 8A and D9. RGB value is (19,138,217). Sum of RGB (Red+Green+Blue) = 19+138+217=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 217 (85.16% from 255 or 58.02% from 374); Max value from RGB is 217 - color contains mainly: blue. Hex color #138AD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138AD9 is #EC7526. Grayscale: #6E6E6E. Windows color (decimal): -15496487 or 14256659. OLE color: 14256659.
HSL color Cylindrical-coordinate representation of color #138AD9: hue angle of 203.94º 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 #138AD9 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 138 | 217 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.15 |
| HSL | 203.94º | 0.84% | 0.46% | - |
| HSV(B) | 203.94º | 0.91% | 0.85% | - |
| XYZ | 21.88 | 23.33 | 68.99 | - |
| YUV | 111.43 | 187.58 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 217 | 0.91 | 0.36 | 0 | 0.15 | 203.94 | 0.84 | 0.46 |
| Hex | 13 | 8A | D9 | 5B | 24 | 0 | F | CC | 54 | 2E |
| Octal | 23 | 212 | 331 | 133 | 44 | 0 | 17 | 314 | 124 | 56 |
| Binary | 10011 | 10001010 | 11011001 | 1011011 | 100100 | 0 | 1111 | 11001100 | 1010100 | 101110 |
Color Harmonies of #138AD9
Complementary color
Monochromatic Colors of #138AD9
Black with #138AD9
Text Example
Text Example
White with #138AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138AD9; }
p { color: rgb(19,138,217); }
H1.HeaderClassName
{
color: #138AD9;
}
.AnyTagClassName
{
color: #138AD9;
}
</style>
background-color css
<style>
a { background-color: #138AD9; }
a { background-color: rgb(19,138,217); }
div.DivClassName
{
background-color: #138AD9;
}
.BgClassName
{
background-color: #138AD9;
}
</style>
border-color css
<style>
span { border-color: #138AD9; }
span { border-color: rgb(19,138,217); }
td.TdClassName
{
border-color: #138AD9;
}
.TagClassName
{
border-color: #138AD9;
}
</style>