Shades of Cerulean #056BA5
Tints of Cerulean #056BA5
RGB
CMYK
RGB Variations
Color information
#056BA5 (or 0x056BA5) is known color: Cerulean. HEX triplet: 05, 6B and A5. RGB value is (5,107,165). Sum of RGB (Red+Green+Blue) = 5+107+165=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 165 (64.84% from 255 or 59.57% from 277); Max value from RGB is 165 - color contains mainly: blue. Hex color #056BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056BA5 is #FA945A. Grayscale: #525252. Windows color (decimal): -16421979 or 10840837. OLE color: 10840837.
HSL color Cylindrical-coordinate representation of color #056BA5: hue angle of 201.75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056BA5 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 107 | 165 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.35 |
| HSL | 201.75º | 0.94% | 0.33% | - |
| HSV(B) | 201.75º | 0.97% | 0.65% | - |
| XYZ | 12.11 | 13.26 | 37.52 | - |
| YUV | 83.11 | 174.21 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 165 | 0.97 | 0.35 | 0 | 0.35 | 201.75 | 0.94 | 0.33 |
| Hex | 5 | 6B | A5 | 61 | 23 | 0 | 23 | CA | 5E | 21 |
| Octal | 5 | 153 | 245 | 141 | 43 | 0 | 43 | 312 | 136 | 41 |
| Binary | 101 | 1101011 | 10100101 | 1100001 | 100011 | 0 | 100011 | 11001010 | 1011110 | 100001 |
Color Harmonies of #056BA5
Complementary color
Monochromatic Colors of #056BA5
Black with #056BA5
Text Example
Text Example
White with #056BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056BA5; }
p { color: rgb(5,107,165); }
H1.HeaderClassName
{
color: #056BA5;
}
.AnyTagClassName
{
color: #056BA5;
}
</style>
background-color css
<style>
a { background-color: #056BA5; }
a { background-color: rgb(5,107,165); }
div.DivClassName
{
background-color: #056BA5;
}
.BgClassName
{
background-color: #056BA5;
}
</style>
border-color css
<style>
span { border-color: #056BA5; }
span { border-color: rgb(5,107,165); }
td.TdClassName
{
border-color: #056BA5;
}
.TagClassName
{
border-color: #056BA5;
}
</style>