Shades of Pacific Blue #138AC5
Tints of Pacific Blue #138AC5
RGB
CMYK
RGB Variations
Color information
#138AC5 (or 0x138AC5) is known color: Pacific Blue. HEX triplet: 13, 8A and C5. RGB value is (19,138,197). Sum of RGB (Red+Green+Blue) = 19+138+197=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 197 (77.34% from 255 or 55.65% from 354); Max value from RGB is 197 - color contains mainly: blue. Hex color #138AC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138AC5 is #EC753A. Grayscale: #6C6C6C. Windows color (decimal): -15496507 or 12945939. OLE color: 12945939.
HSL color Cylindrical-coordinate representation of color #138AC5: hue angle of 199.89º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #138AC5 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 138 | 197 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.23 |
| HSL | 199.89º | 0.82% | 0.42% | - |
| HSV(B) | 199.89º | 0.9% | 0.77% | - |
| XYZ | 19.44 | 22.35 | 56.11 | - |
| YUV | 109.15 | 177.58 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 197 | 0.90 | 0.30 | 0 | 0.23 | 199.89 | 0.82 | 0.42 |
| Hex | 13 | 8A | C5 | 5A | 1E | 0 | 17 | C8 | 52 | 2A |
| Octal | 23 | 212 | 305 | 132 | 36 | 0 | 27 | 310 | 122 | 52 |
| Binary | 10011 | 10001010 | 11000101 | 1011010 | 11110 | 0 | 10111 | 11001000 | 1010010 | 101010 |
Color Harmonies of #138AC5
Complementary color
Monochromatic Colors of #138AC5
Black with #138AC5
Text Example
Text Example
White with #138AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138AC5; }
p { color: rgb(19,138,197); }
H1.HeaderClassName
{
color: #138AC5;
}
.AnyTagClassName
{
color: #138AC5;
}
</style>
background-color css
<style>
a { background-color: #138AC5; }
a { background-color: rgb(19,138,197); }
div.DivClassName
{
background-color: #138AC5;
}
.BgClassName
{
background-color: #138AC5;
}
</style>
border-color css
<style>
span { border-color: #138AC5; }
span { border-color: rgb(19,138,197); }
td.TdClassName
{
border-color: #138AC5;
}
.TagClassName
{
border-color: #138AC5;
}
</style>