Shades of Cerulean #0C689C
Tints of Cerulean #0C689C
RGB
CMYK
RGB Variations
Color information
#0C689C (or 0x0C689C) is known color: Cerulean. HEX triplet: 0C, 68 and 9C. RGB value is (12,104,156). Sum of RGB (Red+Green+Blue) = 12+104+156=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C689C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C689C is #F39763. Grayscale: #525252. Windows color (decimal): -15964004 or 10250252. OLE color: 10250252.
HSL color Cylindrical-coordinate representation of color #0C689C: hue angle of 201.67º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C689C is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 104 | 156 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.39 |
| HSL | 201.67º | 0.86% | 0.33% | - |
| HSV(B) | 201.67º | 0.92% | 0.61% | - |
| XYZ | 11.1 | 12.38 | 33.26 | - |
| YUV | 82.42 | 169.52 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 104 | 156 | 0.92 | 0.33 | 0 | 0.39 | 201.67 | 0.86 | 0.33 |
| Hex | C | 68 | 9C | 5C | 21 | 0 | 27 | CA | 56 | 21 |
| Octal | 14 | 150 | 234 | 134 | 41 | 0 | 47 | 312 | 126 | 41 |
| Binary | 1100 | 1101000 | 10011100 | 1011100 | 100001 | 0 | 100111 | 11001010 | 1010110 | 100001 |
Color Harmonies of #0C689C
Complementary color
Monochromatic Colors of #0C689C
Black with #0C689C
Text Example
Text Example
White with #0C689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C689C; }
p { color: rgb(12,104,156); }
H1.HeaderClassName
{
color: #0C689C;
}
.AnyTagClassName
{
color: #0C689C;
}
</style>
background-color css
<style>
a { background-color: #0C689C; }
a { background-color: rgb(12,104,156); }
div.DivClassName
{
background-color: #0C689C;
}
.BgClassName
{
background-color: #0C689C;
}
</style>
border-color css
<style>
span { border-color: #0C689C; }
span { border-color: rgb(12,104,156); }
td.TdClassName
{
border-color: #0C689C;
}
.TagClassName
{
border-color: #0C689C;
}
</style>