Shades of Cerulean #0268AF
Tints of Cerulean #0268AF
RGB
CMYK
RGB Variations
Color information
#0268AF (or 0x0268AF) is known color: Cerulean. HEX triplet: 02, 68 and AF. RGB value is (2,104,175). Sum of RGB (Red+Green+Blue) = 2+104+175=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #0268AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0268AF is #FD9750. Grayscale: #515151. Windows color (decimal): -16619345 or 11495426. OLE color: 11495426.
HSL color Cylindrical-coordinate representation of color #0268AF: hue angle of 204.62º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0268AF is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 104 | 175 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.31 |
| HSL | 204.62º | 0.98% | 0.35% | - |
| HSV(B) | 204.62º | 0.99% | 0.69% | - |
| XYZ | 12.71 | 13.01 | 42.4 | - |
| YUV | 81.6 | 180.71 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 175 | 0.99 | 0.41 | 0 | 0.31 | 204.62 | 0.98 | 0.35 |
| Hex | 2 | 68 | AF | 63 | 29 | 0 | 1F | CD | 62 | 23 |
| Octal | 2 | 150 | 257 | 143 | 51 | 0 | 37 | 315 | 142 | 43 |
| Binary | 10 | 1101000 | 10101111 | 1100011 | 101001 | 0 | 11111 | 11001101 | 1100010 | 100011 |
Color Harmonies of #0268AF
Complementary color
Monochromatic Colors of #0268AF
Black with #0268AF
Text Example
Text Example
White with #0268AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0268AF; }
p { color: rgb(2,104,175); }
H1.HeaderClassName
{
color: #0268AF;
}
.AnyTagClassName
{
color: #0268AF;
}
</style>
background-color css
<style>
a { background-color: #0268AF; }
a { background-color: rgb(2,104,175); }
div.DivClassName
{
background-color: #0268AF;
}
.BgClassName
{
background-color: #0268AF;
}
</style>
border-color css
<style>
span { border-color: #0268AF; }
span { border-color: rgb(2,104,175); }
td.TdClassName
{
border-color: #0268AF;
}
.TagClassName
{
border-color: #0268AF;
}
</style>