Shades of Pacific Blue #039AD1
Tints of Pacific Blue #039AD1
RGB
CMYK
RGB Variations
Color information
#039AD1 (or 0x039AD1) is known color: Pacific Blue. HEX triplet: 03, 9A and D1. RGB value is (3,154,209). Sum of RGB (Red+Green+Blue) = 3+154+209=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 209 (82.03% from 255 or 57.10% from 366); Max value from RGB is 209 - color contains mainly: blue. Hex color #039AD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039AD1 is #FC652E. Grayscale: #727272. Windows color (decimal): -16540975 or 13736451. OLE color: 13736451.
HSL color Cylindrical-coordinate representation of color #039AD1: hue angle of 196.02º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039AD1 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 154 | 209 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.18 |
| HSL | 196.02º | 0.97% | 0.42% | - |
| HSV(B) | 196.02º | 0.99% | 0.82% | - |
| XYZ | 23.1 | 27.73 | 64.46 | - |
| YUV | 115.12 | 180.97 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 209 | 0.99 | 0.26 | 0 | 0.18 | 196.02 | 0.97 | 0.42 |
| Hex | 3 | 9A | D1 | 63 | 1A | 0 | 12 | C4 | 61 | 2A |
| Octal | 3 | 232 | 321 | 143 | 32 | 0 | 22 | 304 | 141 | 52 |
| Binary | 11 | 10011010 | 11010001 | 1100011 | 11010 | 0 | 10010 | 11000100 | 1100001 | 101010 |
Color Harmonies of #039AD1
Complementary color
Monochromatic Colors of #039AD1
Black with #039AD1
Text Example
Text Example
White with #039AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039AD1; }
p { color: rgb(3,154,209); }
H1.HeaderClassName
{
color: #039AD1;
}
.AnyTagClassName
{
color: #039AD1;
}
</style>
background-color css
<style>
a { background-color: #039AD1; }
a { background-color: rgb(3,154,209); }
div.DivClassName
{
background-color: #039AD1;
}
.BgClassName
{
background-color: #039AD1;
}
</style>
border-color css
<style>
span { border-color: #039AD1; }
span { border-color: rgb(3,154,209); }
td.TdClassName
{
border-color: #039AD1;
}
.TagClassName
{
border-color: #039AD1;
}
</style>