Shades of Cerulean #0675AC
Tints of Cerulean #0675AC
RGB
CMYK
RGB Variations
Color information
#0675AC (or 0x0675AC) is known color: Cerulean. HEX triplet: 06, 75 and AC. RGB value is (6,117,172). Sum of RGB (Red+Green+Blue) = 6+117+172=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #0675AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0675AC is #F98A53. Grayscale: #595959. Windows color (decimal): -16353876 or 11302150. OLE color: 11302150.
HSL color Cylindrical-coordinate representation of color #0675AC: hue angle of 199.88º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0675AC is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 117 | 172 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.33 |
| HSL | 199.88º | 0.93% | 0.35% | - |
| HSV(B) | 199.88º | 0.97% | 0.67% | - |
| XYZ | 13.88 | 15.74 | 41.34 | - |
| YUV | 90.08 | 174.23 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 172 | 0.97 | 0.32 | 0 | 0.33 | 199.88 | 0.93 | 0.35 |
| Hex | 6 | 75 | AC | 61 | 20 | 0 | 21 | C8 | 5D | 23 |
| Octal | 6 | 165 | 254 | 141 | 40 | 0 | 41 | 310 | 135 | 43 |
| Binary | 110 | 1110101 | 10101100 | 1100001 | 100000 | 0 | 100001 | 11001000 | 1011101 | 100011 |
Color Harmonies of #0675AC
Complementary color
Monochromatic Colors of #0675AC
Black with #0675AC
Text Example
Text Example
White with #0675AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0675AC; }
p { color: rgb(6,117,172); }
H1.HeaderClassName
{
color: #0675AC;
}
.AnyTagClassName
{
color: #0675AC;
}
</style>
background-color css
<style>
a { background-color: #0675AC; }
a { background-color: rgb(6,117,172); }
div.DivClassName
{
background-color: #0675AC;
}
.BgClassName
{
background-color: #0675AC;
}
</style>
border-color css
<style>
span { border-color: #0675AC; }
span { border-color: rgb(6,117,172); }
td.TdClassName
{
border-color: #0675AC;
}
.TagClassName
{
border-color: #0675AC;
}
</style>