Shades of Cerulean #00699D
Tints of Cerulean #00699D
RGB
CMYK
RGB Variations
Color information
#00699D (or 0x00699D) is known color: Cerulean. HEX triplet: 00, 69 and 9D. RGB value is (0,105,157). Sum of RGB (Red+Green+Blue) = 0+105+157=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #00699D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00699D is #FF9662. Grayscale: #4F4F4F. Windows color (decimal): -16750179 or 10316032. OLE color: 10316032.
HSL color Cylindrical-coordinate representation of color #00699D: hue angle of 199.87º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00699D is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 105 | 157 | - |
| CMYK | 1 | 0.33 | 0 | 0.38 |
| HSL | 199.87º | 1% | 0.31% | - |
| HSV(B) | 199.87º | 1% | 0.62% | - |
| XYZ | 11.14 | 12.54 | 33.73 | - |
| YUV | 79.53 | 171.71 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 157 | 1 | 0.33 | 0 | 0.38 | 199.87 | 1 | 0.31 |
| Hex | 0 | 69 | 9D | 64 | 21 | 0 | 26 | C8 | 64 | 1F |
| Octal | 0 | 151 | 235 | 144 | 41 | 0 | 46 | 310 | 144 | 37 |
| Binary | 0 | 1101001 | 10011101 | 1100100 | 100001 | 0 | 100110 | 11001000 | 1100100 | 11111 |
Color Harmonies of #00699D
Complementary color
Monochromatic Colors of #00699D
Black with #00699D
Text Example
Text Example
White with #00699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00699D; }
p { color: rgb(0,105,157); }
H1.HeaderClassName
{
color: #00699D;
}
.AnyTagClassName
{
color: #00699D;
}
</style>
background-color css
<style>
a { background-color: #00699D; }
a { background-color: rgb(0,105,157); }
div.DivClassName
{
background-color: #00699D;
}
.BgClassName
{
background-color: #00699D;
}
</style>
border-color css
<style>
span { border-color: #00699D; }
span { border-color: rgb(0,105,157); }
td.TdClassName
{
border-color: #00699D;
}
.TagClassName
{
border-color: #00699D;
}
</style>