Shades of Cerulean #056BA4
Tints of Cerulean #056BA4
RGB
CMYK
RGB Variations
Color information
#056BA4 (or 0x056BA4) is known color: Cerulean. HEX triplet: 05, 6B and A4. RGB value is (5,107,164). Sum of RGB (Red+Green+Blue) = 5+107+164=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 164 (64.45% from 255 or 59.42% from 276); Max value from RGB is 164 - color contains mainly: blue. Hex color #056BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056BA4 is #FA945B. Grayscale: #525252. Windows color (decimal): -16421980 or 10775301. OLE color: 10775301.
HSL color Cylindrical-coordinate representation of color #056BA4: hue angle of 201.51º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056BA4 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 107 | 164 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.36 |
| HSL | 201.51º | 0.94% | 0.33% | - |
| HSV(B) | 201.51º | 0.97% | 0.64% | - |
| XYZ | 12.02 | 13.23 | 37.04 | - |
| YUV | 83 | 173.71 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 164 | 0.97 | 0.35 | 0 | 0.36 | 201.51 | 0.94 | 0.33 |
| Hex | 5 | 6B | A4 | 61 | 23 | 0 | 24 | CA | 5E | 21 |
| Octal | 5 | 153 | 244 | 141 | 43 | 0 | 44 | 312 | 136 | 41 |
| Binary | 101 | 1101011 | 10100100 | 1100001 | 100011 | 0 | 100100 | 11001010 | 1011110 | 100001 |
Color Harmonies of #056BA4
Complementary color
Monochromatic Colors of #056BA4
Black with #056BA4
Text Example
Text Example
White with #056BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056BA4; }
p { color: rgb(5,107,164); }
H1.HeaderClassName
{
color: #056BA4;
}
.AnyTagClassName
{
color: #056BA4;
}
</style>
background-color css
<style>
a { background-color: #056BA4; }
a { background-color: rgb(5,107,164); }
div.DivClassName
{
background-color: #056BA4;
}
.BgClassName
{
background-color: #056BA4;
}
</style>
border-color css
<style>
span { border-color: #056BA4; }
span { border-color: rgb(5,107,164); }
td.TdClassName
{
border-color: #056BA4;
}
.TagClassName
{
border-color: #056BA4;
}
</style>