Shades of Cerulean #0675B2
Tints of Cerulean #0675B2
RGB
CMYK
RGB Variations
Color information
#0675B2 (or 0x0675B2) is known color: Cerulean. HEX triplet: 06, 75 and B2. RGB value is (6,117,178). Sum of RGB (Red+Green+Blue) = 6+117+178=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 178 (69.92% from 255 or 59.14% from 301); Max value from RGB is 178 - color contains mainly: blue. Hex color #0675B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0675B2 is #F98A4D. Grayscale: #5A5A5A. Windows color (decimal): -16353870 or 11695366. OLE color: 11695366.
HSL color Cylindrical-coordinate representation of color #0675B2: hue angle of 201.28º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0675B2 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 117 | 178 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.30 |
| HSL | 201.28º | 0.93% | 0.36% | - |
| HSV(B) | 201.28º | 0.97% | 0.7% | - |
| XYZ | 14.47 | 15.98 | 44.44 | - |
| YUV | 90.77 | 177.23 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 178 | 0.97 | 0.34 | 0 | 0.30 | 201.28 | 0.93 | 0.36 |
| Hex | 6 | 75 | B2 | 61 | 22 | 0 | 1E | C9 | 5D | 24 |
| Octal | 6 | 165 | 262 | 141 | 42 | 0 | 36 | 311 | 135 | 44 |
| Binary | 110 | 1110101 | 10110010 | 1100001 | 100010 | 0 | 11110 | 11001001 | 1011101 | 100100 |
Color Harmonies of #0675B2
Complementary color
Monochromatic Colors of #0675B2
Black with #0675B2
Text Example
Text Example
White with #0675B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0675B2; }
p { color: rgb(6,117,178); }
H1.HeaderClassName
{
color: #0675B2;
}
.AnyTagClassName
{
color: #0675B2;
}
</style>
background-color css
<style>
a { background-color: #0675B2; }
a { background-color: rgb(6,117,178); }
div.DivClassName
{
background-color: #0675B2;
}
.BgClassName
{
background-color: #0675B2;
}
</style>
border-color css
<style>
span { border-color: #0675B2; }
span { border-color: rgb(6,117,178); }
td.TdClassName
{
border-color: #0675B2;
}
.TagClassName
{
border-color: #0675B2;
}
</style>