Shades of Pacific Blue #0B92CC
Tints of Pacific Blue #0B92CC
RGB
CMYK
RGB Variations
Color information
#0B92CC (or 0x0B92CC) is known color: Pacific Blue. HEX triplet: 0B, 92 and CC. RGB value is (11,146,204). Sum of RGB (Red+Green+Blue) = 11+146+204=361 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.05% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #0B92CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B92CC is #F46D33. Grayscale: #6F6F6F. Windows color (decimal): -16018740 or 13406731. OLE color: 13406731.
HSL color Cylindrical-coordinate representation of color #0B92CC: hue angle of 198.03º 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 #0B92CC is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 11 | 146 | 204 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.2 |
| HSL | 198.03º | 0.9% | 0.42% | - |
| HSV(B) | 198.03º | 0.95% | 0.8% | - |
| XYZ | 21.32 | 24.99 | 60.83 | - |
| YUV | 112.25 | 179.77 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 146 | 204 | 0.95 | 0.28 | 0 | 0.2 | 198.03 | 0.9 | 0.42 |
| Hex | B | 92 | CC | 5F | 1C | 0 | 14 | C6 | 5A | 2A |
| Octal | 13 | 222 | 314 | 137 | 34 | 0 | 24 | 306 | 132 | 52 |
| Binary | 1011 | 10010010 | 11001100 | 1011111 | 11100 | 0 | 10100 | 11000110 | 1011010 | 101010 |
Color Harmonies of #0B92CC
Complementary color
Monochromatic Colors of #0B92CC
Black with #0B92CC
Text Example
Text Example
White with #0B92CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B92CC; }
p { color: rgb(11,146,204); }
H1.HeaderClassName
{
color: #0B92CC;
}
.AnyTagClassName
{
color: #0B92CC;
}
</style>
background-color css
<style>
a { background-color: #0B92CC; }
a { background-color: rgb(11,146,204); }
div.DivClassName
{
background-color: #0B92CC;
}
.BgClassName
{
background-color: #0B92CC;
}
</style>
border-color css
<style>
span { border-color: #0B92CC; }
span { border-color: rgb(11,146,204); }
td.TdClassName
{
border-color: #0B92CC;
}
.TagClassName
{
border-color: #0B92CC;
}
</style>