Shades of Cerulean #0468B0
Tints of Cerulean #0468B0
RGB
CMYK
RGB Variations
Color information
#0468B0 (or 0x0468B0) is known color: Cerulean. HEX triplet: 04, 68 and B0. RGB value is (4,104,176). Sum of RGB (Red+Green+Blue) = 4+104+176=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 176 (69.14% from 255 or 61.97% from 284); Max value from RGB is 176 - color contains mainly: blue. Hex color #0468B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0468B0 is #FB974F. Grayscale: #515151. Windows color (decimal): -16488272 or 11560964. OLE color: 11560964.
HSL color Cylindrical-coordinate representation of color #0468B0: hue angle of 205.12º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0468B0 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 104 | 176 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.31 |
| HSL | 205.12º | 0.96% | 0.35% | - |
| HSV(B) | 205.12º | 0.98% | 0.69% | - |
| XYZ | 12.84 | 13.06 | 42.92 | - |
| YUV | 82.31 | 180.87 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 176 | 0.98 | 0.41 | 0 | 0.31 | 205.12 | 0.96 | 0.35 |
| Hex | 4 | 68 | B0 | 62 | 29 | 0 | 1F | CD | 60 | 23 |
| Octal | 4 | 150 | 260 | 142 | 51 | 0 | 37 | 315 | 140 | 43 |
| Binary | 100 | 1101000 | 10110000 | 1100010 | 101001 | 0 | 11111 | 11001101 | 1100000 | 100011 |
Color Harmonies of #0468B0
Complementary color
Monochromatic Colors of #0468B0
Black with #0468B0
Text Example
Text Example
White with #0468B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0468B0; }
p { color: rgb(4,104,176); }
H1.HeaderClassName
{
color: #0468B0;
}
.AnyTagClassName
{
color: #0468B0;
}
</style>
background-color css
<style>
a { background-color: #0468B0; }
a { background-color: rgb(4,104,176); }
div.DivClassName
{
background-color: #0468B0;
}
.BgClassName
{
background-color: #0468B0;
}
</style>
border-color css
<style>
span { border-color: #0468B0; }
span { border-color: rgb(4,104,176); }
td.TdClassName
{
border-color: #0468B0;
}
.TagClassName
{
border-color: #0468B0;
}
</style>