Shades of Cerulean #0067AA
Tints of Cerulean #0067AA
RGB
CMYK
RGB Variations
Color information
#0067AA (or 0x0067AA) is known color: Cerulean. HEX triplet: 00, 67 and AA. RGB value is (0,103,170). Sum of RGB (Red+Green+Blue) = 0+103+170=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #0067AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0067AA is #FF9855. Grayscale: #4F4F4F. Windows color (decimal): -16750678 or 11167488. OLE color: 11167488.
HSL color Cylindrical-coordinate representation of color #0067AA: hue angle of 203.65º 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 #0067AA is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 103 | 170 | - |
| CMYK | 1 | 0.39 | 0 | 0.33 |
| HSL | 203.65º | 1% | 0.33% | - |
| HSV(B) | 203.65º | 1% | 0.67% | - |
| XYZ | 12.11 | 12.6 | 39.82 | - |
| YUV | 79.84 | 178.88 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 170 | 1 | 0.39 | 0 | 0.33 | 203.65 | 1 | 0.33 |
| Hex | 0 | 67 | AA | 64 | 27 | 0 | 21 | CC | 64 | 21 |
| Octal | 0 | 147 | 252 | 144 | 47 | 0 | 41 | 314 | 144 | 41 |
| Binary | 0 | 1100111 | 10101010 | 1100100 | 100111 | 0 | 100001 | 11001100 | 1100100 | 100001 |
Color Harmonies of #0067AA
Complementary color
Monochromatic Colors of #0067AA
Black with #0067AA
Text Example
Text Example
White with #0067AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0067AA; }
p { color: rgb(0,103,170); }
H1.HeaderClassName
{
color: #0067AA;
}
.AnyTagClassName
{
color: #0067AA;
}
</style>
background-color css
<style>
a { background-color: #0067AA; }
a { background-color: rgb(0,103,170); }
div.DivClassName
{
background-color: #0067AA;
}
.BgClassName
{
background-color: #0067AA;
}
</style>
border-color css
<style>
span { border-color: #0067AA; }
span { border-color: rgb(0,103,170); }
td.TdClassName
{
border-color: #0067AA;
}
.TagClassName
{
border-color: #0067AA;
}
</style>