Shades of Cerulean #0263A5
Tints of Cerulean #0263A5
RGB
CMYK
RGB Variations
Color information
#0263A5 (or 0x0263A5) is known color: Cerulean. HEX triplet: 02, 63 and A5. RGB value is (2,99,165). Sum of RGB (Red+Green+Blue) = 2+99+165=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 165 (64.84% from 255 or 62.03% from 266); Max value from RGB is 165 - color contains mainly: blue. Hex color #0263A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0263A5 is #FD9C5A. Grayscale: #4D4D4D. Windows color (decimal): -16620635 or 10838786. OLE color: 10838786.
HSL color Cylindrical-coordinate representation of color #0263A5: hue angle of 204.29º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0263A5 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 99 | 165 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.35 |
| HSL | 204.29º | 0.98% | 0.33% | - |
| HSV(B) | 204.29º | 0.99% | 0.65% | - |
| XYZ | 11.28 | 11.65 | 37.25 | - |
| YUV | 77.52 | 177.36 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 99 | 165 | 0.99 | 0.40 | 0 | 0.35 | 204.29 | 0.98 | 0.33 |
| Hex | 2 | 63 | A5 | 63 | 28 | 0 | 23 | CC | 62 | 21 |
| Octal | 2 | 143 | 245 | 143 | 50 | 0 | 43 | 314 | 142 | 41 |
| Binary | 10 | 1100011 | 10100101 | 1100011 | 101000 | 0 | 100011 | 11001100 | 1100010 | 100001 |
Color Harmonies of #0263A5
Complementary color
Monochromatic Colors of #0263A5
Black with #0263A5
Text Example
Text Example
White with #0263A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0263A5; }
p { color: rgb(2,99,165); }
H1.HeaderClassName
{
color: #0263A5;
}
.AnyTagClassName
{
color: #0263A5;
}
</style>
background-color css
<style>
a { background-color: #0263A5; }
a { background-color: rgb(2,99,165); }
div.DivClassName
{
background-color: #0263A5;
}
.BgClassName
{
background-color: #0263A5;
}
</style>
border-color css
<style>
span { border-color: #0263A5; }
span { border-color: rgb(2,99,165); }
td.TdClassName
{
border-color: #0263A5;
}
.TagClassName
{
border-color: #0263A5;
}
</style>