Shades of Cerulean #0065AA
Tints of Cerulean #0065AA
RGB
CMYK
RGB Variations
Color information
#0065AA (or 0x0065AA) is known color: Cerulean. HEX triplet: 00, 65 and AA. RGB value is (0,101,170). Sum of RGB (Red+Green+Blue) = 0+101+170=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #0065AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0065AA is #FF9A55. Grayscale: #4E4E4E. Windows color (decimal): -16751190 or 11166976. OLE color: 11166976.
HSL color Cylindrical-coordinate representation of color #0065AA: hue angle of 204.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0065AA is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 101 | 170 | - |
| CMYK | 1 | 0.41 | 0 | 0.33 |
| HSL | 204.35º | 1% | 0.33% | - |
| HSV(B) | 204.35º | 1% | 0.67% | - |
| XYZ | 11.91 | 12.21 | 39.76 | - |
| YUV | 78.67 | 179.54 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 170 | 1 | 0.41 | 0 | 0.33 | 204.35 | 1 | 0.33 |
| Hex | 0 | 65 | AA | 64 | 29 | 0 | 21 | CC | 64 | 21 |
| Octal | 0 | 145 | 252 | 144 | 51 | 0 | 41 | 314 | 144 | 41 |
| Binary | 0 | 1100101 | 10101010 | 1100100 | 101001 | 0 | 100001 | 11001100 | 1100100 | 100001 |
Color Harmonies of #0065AA
Complementary color
Monochromatic Colors of #0065AA
Black with #0065AA
Text Example
Text Example
White with #0065AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0065AA; }
p { color: rgb(0,101,170); }
H1.HeaderClassName
{
color: #0065AA;
}
.AnyTagClassName
{
color: #0065AA;
}
</style>
background-color css
<style>
a { background-color: #0065AA; }
a { background-color: rgb(0,101,170); }
div.DivClassName
{
background-color: #0065AA;
}
.BgClassName
{
background-color: #0065AA;
}
</style>
border-color css
<style>
span { border-color: #0065AA; }
span { border-color: rgb(0,101,170); }
td.TdClassName
{
border-color: #0065AA;
}
.TagClassName
{
border-color: #0065AA;
}
</style>