Shades of Cerulean #0069AD
Tints of Cerulean #0069AD
RGB
CMYK
RGB Variations
Color information
#0069AD (or 0x0069AD) is known color: Cerulean. HEX triplet: 00, 69 and AD. RGB value is (0,105,173). Sum of RGB (Red+Green+Blue) = 0+105+173=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #0069AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0069AD is #FF9652. Grayscale: #505050. Windows color (decimal): -16750163 or 11364608. OLE color: 11364608.
HSL color Cylindrical-coordinate representation of color #0069AD: hue angle of 203.58º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0069AD is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 105 | 173 | - |
| CMYK | 1 | 0.39 | 0 | 0.32 |
| HSL | 203.58º | 1% | 0.34% | - |
| HSV(B) | 203.58º | 1% | 0.68% | - |
| XYZ | 12.59 | 13.12 | 41.4 | - |
| YUV | 81.36 | 179.71 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 173 | 1 | 0.39 | 0 | 0.32 | 203.58 | 1 | 0.34 |
| Hex | 0 | 69 | AD | 64 | 27 | 0 | 20 | CC | 64 | 22 |
| Octal | 0 | 151 | 255 | 144 | 47 | 0 | 40 | 314 | 144 | 42 |
| Binary | 0 | 1101001 | 10101101 | 1100100 | 100111 | 0 | 100000 | 11001100 | 1100100 | 100010 |
Color Harmonies of #0069AD
Complementary color
Monochromatic Colors of #0069AD
Black with #0069AD
Text Example
Text Example
White with #0069AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0069AD; }
p { color: rgb(0,105,173); }
H1.HeaderClassName
{
color: #0069AD;
}
.AnyTagClassName
{
color: #0069AD;
}
</style>
background-color css
<style>
a { background-color: #0069AD; }
a { background-color: rgb(0,105,173); }
div.DivClassName
{
background-color: #0069AD;
}
.BgClassName
{
background-color: #0069AD;
}
</style>
border-color css
<style>
span { border-color: #0069AD; }
span { border-color: rgb(0,105,173); }
td.TdClassName
{
border-color: #0069AD;
}
.TagClassName
{
border-color: #0069AD;
}
</style>