Shades of Cerulean #00699C
Tints of Cerulean #00699C
RGB
CMYK
RGB Variations
Color information
#00699C (or 0x00699C) is known color: Cerulean. HEX triplet: 00, 69 and 9C. RGB value is (0,105,156). Sum of RGB (Red+Green+Blue) = 0+105+156=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #00699C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00699C is #FF9663. Grayscale: #4F4F4F. Windows color (decimal): -16750180 or 10250496. OLE color: 10250496.
HSL color Cylindrical-coordinate representation of color #00699C: hue angle of 199.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00699C is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 105 | 156 | - |
| CMYK | 1 | 0.33 | 0 | 0.39 |
| HSL | 199.62º | 1% | 0.31% | - |
| HSV(B) | 199.62º | 1% | 0.61% | - |
| XYZ | 11.05 | 12.5 | 33.28 | - |
| YUV | 79.42 | 171.21 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 156 | 1 | 0.33 | 0 | 0.39 | 199.62 | 1 | 0.31 |
| Hex | 0 | 69 | 9C | 64 | 21 | 0 | 27 | C8 | 64 | 1F |
| Octal | 0 | 151 | 234 | 144 | 41 | 0 | 47 | 310 | 144 | 37 |
| Binary | 0 | 1101001 | 10011100 | 1100100 | 100001 | 0 | 100111 | 11001000 | 1100100 | 11111 |
Color Harmonies of #00699C
Complementary color
Monochromatic Colors of #00699C
Black with #00699C
Text Example
Text Example
White with #00699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00699C; }
p { color: rgb(0,105,156); }
H1.HeaderClassName
{
color: #00699C;
}
.AnyTagClassName
{
color: #00699C;
}
</style>
background-color css
<style>
a { background-color: #00699C; }
a { background-color: rgb(0,105,156); }
div.DivClassName
{
background-color: #00699C;
}
.BgClassName
{
background-color: #00699C;
}
</style>
border-color css
<style>
span { border-color: #00699C; }
span { border-color: rgb(0,105,156); }
td.TdClassName
{
border-color: #00699C;
}
.TagClassName
{
border-color: #00699C;
}
</style>