Shades of Cerulean #0267AD
Tints of Cerulean #0267AD
RGB
CMYK
RGB Variations
Color information
#0267AD (or 0x0267AD) is known color: Cerulean. HEX triplet: 02, 67 and AD. RGB value is (2,103,173). Sum of RGB (Red+Green+Blue) = 2+103+173=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 103 (40.62% from 255 or 37.05% 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 #0267AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0267AD is #FD9852. Grayscale: #505050. Windows color (decimal): -16619603 or 11364098. OLE color: 11364098.
HSL color Cylindrical-coordinate representation of color #0267AD: hue angle of 204.56º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0267AD is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 103 | 173 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.32 |
| HSL | 204.56º | 0.98% | 0.34% | - |
| HSV(B) | 204.56º | 0.99% | 0.68% | - |
| XYZ | 12.42 | 12.73 | 41.34 | - |
| YUV | 80.78 | 180.04 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 103 | 173 | 0.99 | 0.40 | 0 | 0.32 | 204.56 | 0.98 | 0.34 |
| Hex | 2 | 67 | AD | 63 | 28 | 0 | 20 | CD | 62 | 22 |
| Octal | 2 | 147 | 255 | 143 | 50 | 0 | 40 | 315 | 142 | 42 |
| Binary | 10 | 1100111 | 10101101 | 1100011 | 101000 | 0 | 100000 | 11001101 | 1100010 | 100010 |
Color Harmonies of #0267AD
Complementary color
Monochromatic Colors of #0267AD
Black with #0267AD
Text Example
Text Example
White with #0267AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0267AD; }
p { color: rgb(2,103,173); }
H1.HeaderClassName
{
color: #0267AD;
}
.AnyTagClassName
{
color: #0267AD;
}
</style>
background-color css
<style>
a { background-color: #0267AD; }
a { background-color: rgb(2,103,173); }
div.DivClassName
{
background-color: #0267AD;
}
.BgClassName
{
background-color: #0267AD;
}
</style>
border-color css
<style>
span { border-color: #0267AD; }
span { border-color: rgb(2,103,173); }
td.TdClassName
{
border-color: #0267AD;
}
.TagClassName
{
border-color: #0267AD;
}
</style>