Shades of Cerulean #0067AE
Tints of Cerulean #0067AE
RGB
CMYK
RGB Variations
Color information
#0067AE (or 0x0067AE) is known color: Cerulean. HEX triplet: 00, 67 and AE. RGB value is (0,103,174). Sum of RGB (Red+Green+Blue) = 0+103+174=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #0067AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0067AE is #FF9851. Grayscale: #4F4F4F. Windows color (decimal): -16750674 or 11429632. OLE color: 11429632.
HSL color Cylindrical-coordinate representation of color #0067AE: hue angle of 204.48º 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 #0067AE is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 103 | 174 | - |
| CMYK | 1 | 0.41 | 0 | 0.32 |
| HSL | 204.48º | 1% | 0.34% | - |
| HSV(B) | 204.48º | 1% | 0.68% | - |
| XYZ | 12.49 | 12.76 | 41.85 | - |
| YUV | 80.3 | 180.88 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 174 | 1 | 0.41 | 0 | 0.32 | 204.48 | 1 | 0.34 |
| Hex | 0 | 67 | AE | 64 | 29 | 0 | 20 | CC | 64 | 22 |
| Octal | 0 | 147 | 256 | 144 | 51 | 0 | 40 | 314 | 144 | 42 |
| Binary | 0 | 1100111 | 10101110 | 1100100 | 101001 | 0 | 100000 | 11001100 | 1100100 | 100010 |
Color Harmonies of #0067AE
Complementary color
Monochromatic Colors of #0067AE
Black with #0067AE
Text Example
Text Example
White with #0067AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0067AE; }
p { color: rgb(0,103,174); }
H1.HeaderClassName
{
color: #0067AE;
}
.AnyTagClassName
{
color: #0067AE;
}
</style>
background-color css
<style>
a { background-color: #0067AE; }
a { background-color: rgb(0,103,174); }
div.DivClassName
{
background-color: #0067AE;
}
.BgClassName
{
background-color: #0067AE;
}
</style>
border-color css
<style>
span { border-color: #0067AE; }
span { border-color: rgb(0,103,174); }
td.TdClassName
{
border-color: #0067AE;
}
.TagClassName
{
border-color: #0067AE;
}
</style>