Shades of Bahama Blue #0D6192
Tints of Bahama Blue #0D6192
RGB
CMYK
RGB Variations
Color information
#0D6192 (or 0x0D6192) is known color: Bahama Blue. HEX triplet: 0D, 61 and 92. RGB value is (13,97,146). Sum of RGB (Red+Green+Blue) = 13+97+146=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D6192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6192 is #F29E6D. Grayscale: #4D4D4D. Windows color (decimal): -15900270 or 9593101. OLE color: 9593101.
HSL color Cylindrical-coordinate representation of color #0D6192: hue angle of 202.11º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D6192 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 97 | 146 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.43 |
| HSL | 202.11º | 0.84% | 0.31% | - |
| HSV(B) | 202.11º | 0.91% | 0.57% | - |
| XYZ | 9.63 | 10.71 | 28.75 | - |
| YUV | 77.47 | 166.67 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 146 | 0.91 | 0.34 | 0 | 0.43 | 202.11 | 0.84 | 0.31 |
| Hex | D | 61 | 92 | 5B | 22 | 0 | 2B | CA | 54 | 1F |
| Octal | 15 | 141 | 222 | 133 | 42 | 0 | 53 | 312 | 124 | 37 |
| Binary | 1101 | 1100001 | 10010010 | 1011011 | 100010 | 0 | 101011 | 11001010 | 1010100 | 11111 |
Color Harmonies of #0D6192
Complementary color
Monochromatic Colors of #0D6192
Black with #0D6192
Text Example
Text Example
White with #0D6192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6192; }
p { color: rgb(13,97,146); }
H1.HeaderClassName
{
color: #0D6192;
}
.AnyTagClassName
{
color: #0D6192;
}
</style>
background-color css
<style>
a { background-color: #0D6192; }
a { background-color: rgb(13,97,146); }
div.DivClassName
{
background-color: #0D6192;
}
.BgClassName
{
background-color: #0D6192;
}
</style>
border-color css
<style>
span { border-color: #0D6192; }
span { border-color: rgb(13,97,146); }
td.TdClassName
{
border-color: #0D6192;
}
.TagClassName
{
border-color: #0D6192;
}
</style>