Shades of Cerulean #0D7FB4
Tints of Cerulean #0D7FB4
RGB
CMYK
RGB Variations
Color information
#0D7FB4 (or 0x0D7FB4) is known color: Cerulean. HEX triplet: 0D, 7F and B4. RGB value is (13,127,180). Sum of RGB (Red+Green+Blue) = 13+127+180=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 180 (70.70% from 255 or 56.25% from 320); Max value from RGB is 180 - color contains mainly: blue. Hex color #0D7FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7FB4 is #F2804B. Grayscale: #626262. Windows color (decimal): -15892556 or 11829005. OLE color: 11829005.
HSL color Cylindrical-coordinate representation of color #0D7FB4: hue angle of 199.04º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D7FB4 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 127 | 180 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.29 |
| HSL | 199.04º | 0.87% | 0.38% | - |
| HSV(B) | 199.04º | 0.93% | 0.71% | - |
| XYZ | 15.99 | 18.56 | 45.92 | - |
| YUV | 98.96 | 173.73 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 127 | 180 | 0.93 | 0.29 | 0 | 0.29 | 199.04 | 0.87 | 0.38 |
| Hex | D | 7F | B4 | 5D | 1D | 0 | 1D | C7 | 57 | 26 |
| Octal | 15 | 177 | 264 | 135 | 35 | 0 | 35 | 307 | 127 | 46 |
| Binary | 1101 | 1111111 | 10110100 | 1011101 | 11101 | 0 | 11101 | 11000111 | 1010111 | 100110 |
Color Harmonies of #0D7FB4
Complementary color
Monochromatic Colors of #0D7FB4
Black with #0D7FB4
Text Example
Text Example
White with #0D7FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7FB4; }
p { color: rgb(13,127,180); }
H1.HeaderClassName
{
color: #0D7FB4;
}
.AnyTagClassName
{
color: #0D7FB4;
}
</style>
background-color css
<style>
a { background-color: #0D7FB4; }
a { background-color: rgb(13,127,180); }
div.DivClassName
{
background-color: #0D7FB4;
}
.BgClassName
{
background-color: #0D7FB4;
}
</style>
border-color css
<style>
span { border-color: #0D7FB4; }
span { border-color: rgb(13,127,180); }
td.TdClassName
{
border-color: #0D7FB4;
}
.TagClassName
{
border-color: #0D7FB4;
}
</style>