Shades of Cerulean #0465AA
Tints of Cerulean #0465AA
RGB
CMYK
RGB Variations
Color information
#0465AA (or 0x0465AA) is known color: Cerulean. HEX triplet: 04, 65 and AA. RGB value is (4,101,170). Sum of RGB (Red+Green+Blue) = 4+101+170=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #0465AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0465AA is #FB9A55. Grayscale: #4F4F4F. Windows color (decimal): -16489046 or 11166980. OLE color: 11166980.
HSL color Cylindrical-coordinate representation of color #0465AA: hue angle of 204.94º 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 #0465AA is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 101 | 170 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.33 |
| HSL | 204.94º | 0.95% | 0.34% | - |
| HSV(B) | 204.94º | 0.98% | 0.67% | - |
| XYZ | 11.96 | 12.24 | 39.76 | - |
| YUV | 79.86 | 178.86 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 170 | 0.98 | 0.41 | 0 | 0.33 | 204.94 | 0.95 | 0.34 |
| Hex | 4 | 65 | AA | 62 | 29 | 0 | 21 | CD | 5F | 22 |
| Octal | 4 | 145 | 252 | 142 | 51 | 0 | 41 | 315 | 137 | 42 |
| Binary | 100 | 1100101 | 10101010 | 1100010 | 101001 | 0 | 100001 | 11001101 | 1011111 | 100010 |
Color Harmonies of #0465AA
Complementary color
Monochromatic Colors of #0465AA
Black with #0465AA
Text Example
Text Example
White with #0465AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0465AA; }
p { color: rgb(4,101,170); }
H1.HeaderClassName
{
color: #0465AA;
}
.AnyTagClassName
{
color: #0465AA;
}
</style>
background-color css
<style>
a { background-color: #0465AA; }
a { background-color: rgb(4,101,170); }
div.DivClassName
{
background-color: #0465AA;
}
.BgClassName
{
background-color: #0465AA;
}
</style>
border-color css
<style>
span { border-color: #0465AA; }
span { border-color: rgb(4,101,170); }
td.TdClassName
{
border-color: #0465AA;
}
.TagClassName
{
border-color: #0465AA;
}
</style>