Shades of Pacific Blue #0C91CD
Tints of Pacific Blue #0C91CD
RGB
CMYK
RGB Variations
Color information
#0C91CD (or 0x0C91CD) is known color: Pacific Blue. HEX triplet: 0C, 91 and CD. RGB value is (12,145,205). Sum of RGB (Red+Green+Blue) = 12+145+205=362 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C91CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C91CD is #F36E32. Grayscale: #6F6F6F. Windows color (decimal): -15953459 or 13472012. OLE color: 13472012.
HSL color Cylindrical-coordinate representation of color #0C91CD: hue angle of 198.65º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C91CD is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 145 | 205 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.20 |
| HSL | 198.65º | 0.89% | 0.43% | - |
| HSV(B) | 198.65º | 0.94% | 0.8% | - |
| XYZ | 21.3 | 24.74 | 61.41 | - |
| YUV | 112.07 | 180.44 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 145 | 205 | 0.94 | 0.29 | 0 | 0.20 | 198.65 | 0.89 | 0.43 |
| Hex | C | 91 | CD | 5E | 1D | 0 | 14 | C7 | 59 | 2B |
| Octal | 14 | 221 | 315 | 136 | 35 | 0 | 24 | 307 | 131 | 53 |
| Binary | 1100 | 10010001 | 11001101 | 1011110 | 11101 | 0 | 10100 | 11000111 | 1011001 | 101011 |
Color Harmonies of #0C91CD
Complementary color
Monochromatic Colors of #0C91CD
Black with #0C91CD
Text Example
Text Example
White with #0C91CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C91CD; }
p { color: rgb(12,145,205); }
H1.HeaderClassName
{
color: #0C91CD;
}
.AnyTagClassName
{
color: #0C91CD;
}
</style>
background-color css
<style>
a { background-color: #0C91CD; }
a { background-color: rgb(12,145,205); }
div.DivClassName
{
background-color: #0C91CD;
}
.BgClassName
{
background-color: #0C91CD;
}
</style>
border-color css
<style>
span { border-color: #0C91CD; }
span { border-color: rgb(12,145,205); }
td.TdClassName
{
border-color: #0C91CD;
}
.TagClassName
{
border-color: #0C91CD;
}
</style>