Shades of Cerulean #006BB4
Tints of Cerulean #006BB4
RGB
CMYK
RGB Variations
Color information
#006BB4 (or 0x006BB4) is known color: Cerulean. HEX triplet: 00, 6B and B4. RGB value is (0,107,180). Sum of RGB (Red+Green+Blue) = 0+107+180=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 180 (70.70% from 255 or 62.72% from 287); Max value from RGB is 180 - color contains mainly: blue. Hex color #006BB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BB4 is #FF944B. Grayscale: #525252. Windows color (decimal): -16749644 or 11823872. OLE color: 11823872.
HSL color Cylindrical-coordinate representation of color #006BB4: hue angle of 204.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BB4 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 107 | 180 | - |
| CMYK | 1 | 0.41 | 0 | 0.29 |
| HSL | 204.33º | 1% | 0.35% | - |
| HSV(B) | 204.33º | 1% | 0.71% | - |
| XYZ | 13.5 | 13.81 | 45.13 | - |
| YUV | 83.33 | 182.55 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 180 | 1 | 0.41 | 0 | 0.29 | 204.33 | 1 | 0.35 |
| Hex | 0 | 6B | B4 | 64 | 29 | 0 | 1D | CC | 64 | 23 |
| Octal | 0 | 153 | 264 | 144 | 51 | 0 | 35 | 314 | 144 | 43 |
| Binary | 0 | 1101011 | 10110100 | 1100100 | 101001 | 0 | 11101 | 11001100 | 1100100 | 100011 |
Color Harmonies of #006BB4
Complementary color
Monochromatic Colors of #006BB4
Black with #006BB4
Text Example
Text Example
White with #006BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006BB4; }
p { color: rgb(0,107,180); }
H1.HeaderClassName
{
color: #006BB4;
}
.AnyTagClassName
{
color: #006BB4;
}
</style>
background-color css
<style>
a { background-color: #006BB4; }
a { background-color: rgb(0,107,180); }
div.DivClassName
{
background-color: #006BB4;
}
.BgClassName
{
background-color: #006BB4;
}
</style>
border-color css
<style>
span { border-color: #006BB4; }
span { border-color: rgb(0,107,180); }
td.TdClassName
{
border-color: #006BB4;
}
.TagClassName
{
border-color: #006BB4;
}
</style>