Shades of Bahama Blue #0C5C85
Tints of Bahama Blue #0C5C85
RGB
CMYK
RGB Variations
Color information
#0C5C85 (or 0x0C5C85) is known color: Bahama Blue. HEX triplet: 0C, 5C and 85. RGB value is (12,92,133). Sum of RGB (Red+Green+Blue) = 12+92+133=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C5C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5C85 is #F3A37A. Grayscale: #484848. Windows color (decimal): -15967099 or 8739852. OLE color: 8739852.
HSL color Cylindrical-coordinate representation of color #0C5C85: hue angle of 200.33º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C5C85 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 92 | 133 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.48 |
| HSL | 200.33º | 0.83% | 0.28% | - |
| HSV(B) | 200.33º | 0.91% | 0.52% | - |
| XYZ | 8.21 | 9.43 | 23.58 | - |
| YUV | 72.75 | 162 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 92 | 133 | 0.91 | 0.31 | 0 | 0.48 | 200.33 | 0.83 | 0.28 |
| Hex | C | 5C | 85 | 5B | 1F | 0 | 30 | C8 | 53 | 1C |
| Octal | 14 | 134 | 205 | 133 | 37 | 0 | 60 | 310 | 123 | 34 |
| Binary | 1100 | 1011100 | 10000101 | 1011011 | 11111 | 0 | 110000 | 11001000 | 1010011 | 11100 |
Color Harmonies of #0C5C85
Complementary color
Monochromatic Colors of #0C5C85
Black with #0C5C85
Text Example
Text Example
White with #0C5C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5C85; }
p { color: rgb(12,92,133); }
H1.HeaderClassName
{
color: #0C5C85;
}
.AnyTagClassName
{
color: #0C5C85;
}
</style>
background-color css
<style>
a { background-color: #0C5C85; }
a { background-color: rgb(12,92,133); }
div.DivClassName
{
background-color: #0C5C85;
}
.BgClassName
{
background-color: #0C5C85;
}
</style>
border-color css
<style>
span { border-color: #0C5C85; }
span { border-color: rgb(12,92,133); }
td.TdClassName
{
border-color: #0C5C85;
}
.TagClassName
{
border-color: #0C5C85;
}
</style>