Shades of Cerulean #0369AB
Tints of Cerulean #0369AB
RGB
CMYK
RGB Variations
Color information
#0369AB (or 0x0369AB) is known color: Cerulean. HEX triplet: 03, 69 and AB. RGB value is (3,105,171). Sum of RGB (Red+Green+Blue) = 3+105+171=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #0369AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0369AB is #FC9654. Grayscale: #515151. Windows color (decimal): -16553557 or 11233539. OLE color: 11233539.
HSL color Cylindrical-coordinate representation of color #0369AB: hue angle of 203.57º degrees, saturation: 0.97, 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 #0369AB is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 105 | 171 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.33 |
| HSL | 203.57º | 0.97% | 0.34% | - |
| HSV(B) | 203.57º | 0.98% | 0.67% | - |
| XYZ | 12.44 | 13.06 | 40.39 | - |
| YUV | 82.03 | 178.21 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 171 | 0.98 | 0.39 | 0 | 0.33 | 203.57 | 0.97 | 0.34 |
| Hex | 3 | 69 | AB | 62 | 27 | 0 | 21 | CC | 61 | 22 |
| Octal | 3 | 151 | 253 | 142 | 47 | 0 | 41 | 314 | 141 | 42 |
| Binary | 11 | 1101001 | 10101011 | 1100010 | 100111 | 0 | 100001 | 11001100 | 1100001 | 100010 |
Color Harmonies of #0369AB
Complementary color
Monochromatic Colors of #0369AB
Black with #0369AB
Text Example
Text Example
White with #0369AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0369AB; }
p { color: rgb(3,105,171); }
H1.HeaderClassName
{
color: #0369AB;
}
.AnyTagClassName
{
color: #0369AB;
}
</style>
background-color css
<style>
a { background-color: #0369AB; }
a { background-color: rgb(3,105,171); }
div.DivClassName
{
background-color: #0369AB;
}
.BgClassName
{
background-color: #0369AB;
}
</style>
border-color css
<style>
span { border-color: #0369AB; }
span { border-color: rgb(3,105,171); }
td.TdClassName
{
border-color: #0369AB;
}
.TagClassName
{
border-color: #0369AB;
}
</style>