Shades of Pacific Blue #1493DA
Tints of Pacific Blue #1493DA
RGB
CMYK
RGB Variations
Color information
#1493DA (or 0x1493DA) is known color: Pacific Blue. HEX triplet: 14, 93 and DA. RGB value is (20,147,218). Sum of RGB (Red+Green+Blue) = 20+147+218=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #1493DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1493DA is #EB6C25. Grayscale: #747474. Windows color (decimal): -15428646 or 14324500. OLE color: 14324500.
HSL color Cylindrical-coordinate representation of color #1493DA: hue angle of 201.52º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1493DA is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 147 | 218 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.15 |
| HSL | 201.52º | 0.83% | 0.47% | - |
| HSV(B) | 201.52º | 0.91% | 0.85% | - |
| XYZ | 23.38 | 26.08 | 70.13 | - |
| YUV | 117.12 | 184.92 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 218 | 0.91 | 0.33 | 0 | 0.15 | 201.52 | 0.83 | 0.47 |
| Hex | 14 | 93 | DA | 5B | 21 | 0 | F | CA | 53 | 2F |
| Octal | 24 | 223 | 332 | 133 | 41 | 0 | 17 | 312 | 123 | 57 |
| Binary | 10100 | 10010011 | 11011010 | 1011011 | 100001 | 0 | 1111 | 11001010 | 1010011 | 101111 |
Color Harmonies of #1493DA
Complementary color
Monochromatic Colors of #1493DA
Black with #1493DA
Text Example
Text Example
White with #1493DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1493DA; }
p { color: rgb(20,147,218); }
H1.HeaderClassName
{
color: #1493DA;
}
.AnyTagClassName
{
color: #1493DA;
}
</style>
background-color css
<style>
a { background-color: #1493DA; }
a { background-color: rgb(20,147,218); }
div.DivClassName
{
background-color: #1493DA;
}
.BgClassName
{
background-color: #1493DA;
}
</style>
border-color css
<style>
span { border-color: #1493DA; }
span { border-color: rgb(20,147,218); }
td.TdClassName
{
border-color: #1493DA;
}
.TagClassName
{
border-color: #1493DA;
}
</style>