Shades of Pacific Blue #0390CB
Tints of Pacific Blue #0390CB
RGB
CMYK
RGB Variations
Color information
#0390CB (or 0x0390CB) is known color: Pacific Blue. HEX triplet: 03, 90 and CB. RGB value is (3,144,203). Sum of RGB (Red+Green+Blue) = 3+144+203=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #0390CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0390CB is #FC6F34. Grayscale: #6C6C6C. Windows color (decimal): -16543541 or 13340675. OLE color: 13340675.
HSL color Cylindrical-coordinate representation of color #0390CB: hue angle of 197.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0390CB is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 144 | 203 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.20 |
| HSL | 197.7º | 0.97% | 0.4% | - |
| HSV(B) | 197.7º | 0.99% | 0.8% | - |
| XYZ | 20.79 | 24.28 | 60.09 | - |
| YUV | 108.57 | 181.29 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 203 | 0.99 | 0.29 | 0 | 0.20 | 197.7 | 0.97 | 0.4 |
| Hex | 3 | 90 | CB | 63 | 1D | 0 | 14 | C6 | 61 | 28 |
| Octal | 3 | 220 | 313 | 143 | 35 | 0 | 24 | 306 | 141 | 50 |
| Binary | 11 | 10010000 | 11001011 | 1100011 | 11101 | 0 | 10100 | 11000110 | 1100001 | 101000 |
Color Harmonies of #0390CB
Complementary color
Monochromatic Colors of #0390CB
Black with #0390CB
Text Example
Text Example
White with #0390CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0390CB; }
p { color: rgb(3,144,203); }
H1.HeaderClassName
{
color: #0390CB;
}
.AnyTagClassName
{
color: #0390CB;
}
</style>
background-color css
<style>
a { background-color: #0390CB; }
a { background-color: rgb(3,144,203); }
div.DivClassName
{
background-color: #0390CB;
}
.BgClassName
{
background-color: #0390CB;
}
</style>
border-color css
<style>
span { border-color: #0390CB; }
span { border-color: rgb(3,144,203); }
td.TdClassName
{
border-color: #0390CB;
}
.TagClassName
{
border-color: #0390CB;
}
</style>