Shades of Pacific Blue #0B90CD
Tints of Pacific Blue #0B90CD
RGB
CMYK
RGB Variations
Color information
#0B90CD (or 0x0B90CD) is known color: Pacific Blue. HEX triplet: 0B, 90 and CD. RGB value is (11,144,205). Sum of RGB (Red+Green+Blue) = 11+144+205=360 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #0B90CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B90CD is #F46F32. Grayscale: #6E6E6E. Windows color (decimal): -16019251 or 13471755. OLE color: 13471755.
HSL color Cylindrical-coordinate representation of color #0B90CD: hue angle of 198.87º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B90CD is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 144 | 205 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.20 |
| HSL | 198.87º | 0.9% | 0.42% | - |
| HSV(B) | 198.87º | 0.95% | 0.8% | - |
| XYZ | 21.13 | 24.43 | 61.36 | - |
| YUV | 111.19 | 180.94 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 144 | 205 | 0.95 | 0.30 | 0 | 0.20 | 198.87 | 0.9 | 0.42 |
| Hex | B | 90 | CD | 5F | 1E | 0 | 14 | C7 | 5A | 2A |
| Octal | 13 | 220 | 315 | 137 | 36 | 0 | 24 | 307 | 132 | 52 |
| Binary | 1011 | 10010000 | 11001101 | 1011111 | 11110 | 0 | 10100 | 11000111 | 1011010 | 101010 |
Color Harmonies of #0B90CD
Complementary color
Monochromatic Colors of #0B90CD
Black with #0B90CD
Text Example
Text Example
White with #0B90CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B90CD; }
p { color: rgb(11,144,205); }
H1.HeaderClassName
{
color: #0B90CD;
}
.AnyTagClassName
{
color: #0B90CD;
}
</style>
background-color css
<style>
a { background-color: #0B90CD; }
a { background-color: rgb(11,144,205); }
div.DivClassName
{
background-color: #0B90CD;
}
.BgClassName
{
background-color: #0B90CD;
}
</style>
border-color css
<style>
span { border-color: #0B90CD; }
span { border-color: rgb(11,144,205); }
td.TdClassName
{
border-color: #0B90CD;
}
.TagClassName
{
border-color: #0B90CD;
}
</style>