Shades of Pacific Blue #13A1DA
Tints of Pacific Blue #13A1DA
RGB
CMYK
RGB Variations
Color information
#13A1DA (or 0x13A1DA) is known color: Pacific Blue. HEX triplet: 13, A1 and DA. RGB value is (19,161,218). Sum of RGB (Red+Green+Blue) = 19+161+218=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #13A1DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A1DA is #EC5E25. Grayscale: #7C7C7C. Windows color (decimal): -15490598 or 14328083. OLE color: 14328083.
HSL color Cylindrical-coordinate representation of color #13A1DA: hue angle of 197.19º 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 #13A1DA is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 161 | 218 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.15 |
| HSL | 197.19º | 0.84% | 0.46% | - |
| HSV(B) | 197.19º | 0.91% | 0.85% | - |
| XYZ | 25.67 | 30.69 | 70.9 | - |
| YUV | 125.04 | 180.46 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 161 | 218 | 0.91 | 0.26 | 0 | 0.15 | 197.19 | 0.84 | 0.46 |
| Hex | 13 | A1 | DA | 5B | 1A | 0 | F | C5 | 54 | 2E |
| Octal | 23 | 241 | 332 | 133 | 32 | 0 | 17 | 305 | 124 | 56 |
| Binary | 10011 | 10100001 | 11011010 | 1011011 | 11010 | 0 | 1111 | 11000101 | 1010100 | 101110 |
Color Harmonies of #13A1DA
Complementary color
Monochromatic Colors of #13A1DA
Black with #13A1DA
Text Example
Text Example
White with #13A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A1DA; }
p { color: rgb(19,161,218); }
H1.HeaderClassName
{
color: #13A1DA;
}
.AnyTagClassName
{
color: #13A1DA;
}
</style>
background-color css
<style>
a { background-color: #13A1DA; }
a { background-color: rgb(19,161,218); }
div.DivClassName
{
background-color: #13A1DA;
}
.BgClassName
{
background-color: #13A1DA;
}
</style>
border-color css
<style>
span { border-color: #13A1DA; }
span { border-color: rgb(19,161,218); }
td.TdClassName
{
border-color: #13A1DA;
}
.TagClassName
{
border-color: #13A1DA;
}
</style>