Shades of Cerulean #0069B1
Tints of Cerulean #0069B1
RGB
CMYK
RGB Variations
Color information
#0069B1 (or 0x0069B1) is known color: Cerulean. HEX triplet: 00, 69 and B1. RGB value is (0,105,177). Sum of RGB (Red+Green+Blue) = 0+105+177=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 177 (69.53% from 255 or 62.77% from 282); Max value from RGB is 177 - color contains mainly: blue. Hex color #0069B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0069B1 is #FF964E. Grayscale: #515151. Windows color (decimal): -16750159 or 11626752. OLE color: 11626752.
HSL color Cylindrical-coordinate representation of color #0069B1: hue angle of 204.41º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0069B1 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 105 | 177 | - |
| CMYK | 1 | 0.41 | 0 | 0.31 |
| HSL | 204.41º | 1% | 0.35% | - |
| HSV(B) | 204.41º | 1% | 0.69% | - |
| XYZ | 12.99 | 13.28 | 43.47 | - |
| YUV | 81.81 | 181.71 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 177 | 1 | 0.41 | 0 | 0.31 | 204.41 | 1 | 0.35 |
| Hex | 0 | 69 | B1 | 64 | 29 | 0 | 1F | CC | 64 | 23 |
| Octal | 0 | 151 | 261 | 144 | 51 | 0 | 37 | 314 | 144 | 43 |
| Binary | 0 | 1101001 | 10110001 | 1100100 | 101001 | 0 | 11111 | 11001100 | 1100100 | 100011 |
Color Harmonies of #0069B1
Complementary color
Monochromatic Colors of #0069B1
Black with #0069B1
Text Example
Text Example
White with #0069B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0069B1; }
p { color: rgb(0,105,177); }
H1.HeaderClassName
{
color: #0069B1;
}
.AnyTagClassName
{
color: #0069B1;
}
</style>
background-color css
<style>
a { background-color: #0069B1; }
a { background-color: rgb(0,105,177); }
div.DivClassName
{
background-color: #0069B1;
}
.BgClassName
{
background-color: #0069B1;
}
</style>
border-color css
<style>
span { border-color: #0069B1; }
span { border-color: rgb(0,105,177); }
td.TdClassName
{
border-color: #0069B1;
}
.TagClassName
{
border-color: #0069B1;
}
</style>