Shades of Cerulean #0469AB
Tints of Cerulean #0469AB
RGB
CMYK
RGB Variations
Color information
#0469AB (or 0x0469AB) is known color: Cerulean. HEX triplet: 04, 69 and AB. RGB value is (4,105,171). Sum of RGB (Red+Green+Blue) = 4+105+171=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #0469AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0469AB is #FB9654. Grayscale: #515151. Windows color (decimal): -16488021 or 11233540. OLE color: 11233540.
HSL color Cylindrical-coordinate representation of color #0469AB: hue angle of 203.71º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0469AB is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 105 | 171 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.33 |
| HSL | 203.71º | 0.95% | 0.34% | - |
| HSV(B) | 203.71º | 0.98% | 0.67% | - |
| XYZ | 12.45 | 13.07 | 40.39 | - |
| YUV | 82.33 | 178.04 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 105 | 171 | 0.98 | 0.39 | 0 | 0.33 | 203.71 | 0.95 | 0.34 |
| Hex | 4 | 69 | AB | 62 | 27 | 0 | 21 | CC | 5F | 22 |
| Octal | 4 | 151 | 253 | 142 | 47 | 0 | 41 | 314 | 137 | 42 |
| Binary | 100 | 1101001 | 10101011 | 1100010 | 100111 | 0 | 100001 | 11001100 | 1011111 | 100010 |
Color Harmonies of #0469AB
Complementary color
Monochromatic Colors of #0469AB
Black with #0469AB
Text Example
Text Example
White with #0469AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0469AB; }
p { color: rgb(4,105,171); }
H1.HeaderClassName
{
color: #0469AB;
}
.AnyTagClassName
{
color: #0469AB;
}
</style>
background-color css
<style>
a { background-color: #0469AB; }
a { background-color: rgb(4,105,171); }
div.DivClassName
{
background-color: #0469AB;
}
.BgClassName
{
background-color: #0469AB;
}
</style>
border-color css
<style>
span { border-color: #0469AB; }
span { border-color: rgb(4,105,171); }
td.TdClassName
{
border-color: #0469AB;
}
.TagClassName
{
border-color: #0469AB;
}
</style>