Shades of Pacific Blue #0B90CA
Tints of Pacific Blue #0B90CA
RGB
CMYK
RGB Variations
Color information
#0B90CA (or 0x0B90CA) is known color: Pacific Blue. HEX triplet: 0B, 90 and CA. RGB value is (11,144,202). Sum of RGB (Red+Green+Blue) = 11+144+202=357 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.08% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #0B90CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B90CA is #F46F35. Grayscale: #6E6E6E. Windows color (decimal): -16019254 or 13275147. OLE color: 13275147.
HSL color Cylindrical-coordinate representation of color #0B90CA: hue angle of 198.22º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B90CA is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 144 | 202 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.21 |
| HSL | 198.22º | 0.9% | 0.42% | - |
| HSV(B) | 198.22º | 0.95% | 0.79% | - |
| XYZ | 20.77 | 24.28 | 59.47 | - |
| YUV | 110.85 | 179.44 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 144 | 202 | 0.95 | 0.29 | 0 | 0.21 | 198.22 | 0.9 | 0.42 |
| Hex | B | 90 | CA | 5F | 1D | 0 | 15 | C6 | 5A | 2A |
| Octal | 13 | 220 | 312 | 137 | 35 | 0 | 25 | 306 | 132 | 52 |
| Binary | 1011 | 10010000 | 11001010 | 1011111 | 11101 | 0 | 10101 | 11000110 | 1011010 | 101010 |
Color Harmonies of #0B90CA
Complementary color
Monochromatic Colors of #0B90CA
Black with #0B90CA
Text Example
Text Example
White with #0B90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B90CA; }
p { color: rgb(11,144,202); }
H1.HeaderClassName
{
color: #0B90CA;
}
.AnyTagClassName
{
color: #0B90CA;
}
</style>
background-color css
<style>
a { background-color: #0B90CA; }
a { background-color: rgb(11,144,202); }
div.DivClassName
{
background-color: #0B90CA;
}
.BgClassName
{
background-color: #0B90CA;
}
</style>
border-color css
<style>
span { border-color: #0B90CA; }
span { border-color: rgb(11,144,202); }
td.TdClassName
{
border-color: #0B90CA;
}
.TagClassName
{
border-color: #0B90CA;
}
</style>