Shades of Cerulean #066BA5
Tints of Cerulean #066BA5
RGB
CMYK
RGB Variations
Color information
#066BA5 (or 0x066BA5) is known color: Cerulean. HEX triplet: 06, 6B and A5. RGB value is (6,107,165). Sum of RGB (Red+Green+Blue) = 6+107+165=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 165 (64.84% from 255 or 59.35% from 278); Max value from RGB is 165 - color contains mainly: blue. Hex color #066BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066BA5 is #F9945A. Grayscale: #535353. Windows color (decimal): -16356443 or 10840838. OLE color: 10840838.
HSL color Cylindrical-coordinate representation of color #066BA5: hue angle of 201.89º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066BA5 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 107 | 165 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.35 |
| HSL | 201.89º | 0.93% | 0.34% | - |
| HSV(B) | 201.89º | 0.96% | 0.65% | - |
| XYZ | 12.12 | 13.27 | 37.52 | - |
| YUV | 83.41 | 174.04 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 165 | 0.96 | 0.35 | 0 | 0.35 | 201.89 | 0.93 | 0.34 |
| Hex | 6 | 6B | A5 | 60 | 23 | 0 | 23 | CA | 5D | 22 |
| Octal | 6 | 153 | 245 | 140 | 43 | 0 | 43 | 312 | 135 | 42 |
| Binary | 110 | 1101011 | 10100101 | 1100000 | 100011 | 0 | 100011 | 11001010 | 1011101 | 100010 |
Color Harmonies of #066BA5
Complementary color
Monochromatic Colors of #066BA5
Black with #066BA5
Text Example
Text Example
White with #066BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066BA5; }
p { color: rgb(6,107,165); }
H1.HeaderClassName
{
color: #066BA5;
}
.AnyTagClassName
{
color: #066BA5;
}
</style>
background-color css
<style>
a { background-color: #066BA5; }
a { background-color: rgb(6,107,165); }
div.DivClassName
{
background-color: #066BA5;
}
.BgClassName
{
background-color: #066BA5;
}
</style>
border-color css
<style>
span { border-color: #066BA5; }
span { border-color: rgb(6,107,165); }
td.TdClassName
{
border-color: #066BA5;
}
.TagClassName
{
border-color: #066BA5;
}
</style>