Shades of Cerulean #0465AC
Tints of Cerulean #0465AC
RGB
CMYK
RGB Variations
Color information
#0465AC (or 0x0465AC) is known color: Cerulean. HEX triplet: 04, 65 and AC. RGB value is (4,101,172). Sum of RGB (Red+Green+Blue) = 4+101+172=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #0465AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0465AC is #FB9A53. Grayscale: #4F4F4F. Windows color (decimal): -16489044 or 11298052. OLE color: 11298052.
HSL color Cylindrical-coordinate representation of color #0465AC: hue angle of 205.36º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0465AC is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 101 | 172 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.33 |
| HSL | 205.36º | 0.95% | 0.35% | - |
| HSV(B) | 205.36º | 0.98% | 0.67% | - |
| XYZ | 12.15 | 12.31 | 40.77 | - |
| YUV | 80.09 | 179.86 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 172 | 0.98 | 0.41 | 0 | 0.33 | 205.36 | 0.95 | 0.35 |
| Hex | 4 | 65 | AC | 62 | 29 | 0 | 21 | CD | 5F | 23 |
| Octal | 4 | 145 | 254 | 142 | 51 | 0 | 41 | 315 | 137 | 43 |
| Binary | 100 | 1100101 | 10101100 | 1100010 | 101001 | 0 | 100001 | 11001101 | 1011111 | 100011 |
Color Harmonies of #0465AC
Complementary color
Monochromatic Colors of #0465AC
Black with #0465AC
Text Example
Text Example
White with #0465AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0465AC; }
p { color: rgb(4,101,172); }
H1.HeaderClassName
{
color: #0465AC;
}
.AnyTagClassName
{
color: #0465AC;
}
</style>
background-color css
<style>
a { background-color: #0465AC; }
a { background-color: rgb(4,101,172); }
div.DivClassName
{
background-color: #0465AC;
}
.BgClassName
{
background-color: #0465AC;
}
</style>
border-color css
<style>
span { border-color: #0465AC; }
span { border-color: rgb(4,101,172); }
td.TdClassName
{
border-color: #0465AC;
}
.TagClassName
{
border-color: #0465AC;
}
</style>