Shades of Cerulean #076398
Tints of Cerulean #076398
RGB
CMYK
RGB Variations
Color information
#076398 (or 0x076398) is known color: Cerulean. HEX triplet: 07, 63 and 98. RGB value is (7,99,152). Sum of RGB (Red+Green+Blue) = 7+99+152=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #076398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076398 is #F89C67. Grayscale: #4D4D4D. Windows color (decimal): -16292968 or 9986823. OLE color: 9986823.
HSL color Cylindrical-coordinate representation of color #076398: hue angle of 201.93º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076398 is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 99 | 152 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.40 |
| HSL | 201.93º | 0.91% | 0.31% | - |
| HSV(B) | 201.93º | 0.95% | 0.6% | - |
| XYZ | 10.22 | 11.24 | 31.34 | - |
| YUV | 77.53 | 170.02 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 152 | 0.95 | 0.35 | 0 | 0.40 | 201.93 | 0.91 | 0.31 |
| Hex | 7 | 63 | 98 | 5F | 23 | 0 | 28 | CA | 5B | 1F |
| Octal | 7 | 143 | 230 | 137 | 43 | 0 | 50 | 312 | 133 | 37 |
| Binary | 111 | 1100011 | 10011000 | 1011111 | 100011 | 0 | 101000 | 11001010 | 1011011 | 11111 |
Color Harmonies of #076398
Complementary color
Monochromatic Colors of #076398
Black with #076398
Text Example
Text Example
White with #076398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076398; }
p { color: rgb(7,99,152); }
H1.HeaderClassName
{
color: #076398;
}
.AnyTagClassName
{
color: #076398;
}
</style>
background-color css
<style>
a { background-color: #076398; }
a { background-color: rgb(7,99,152); }
div.DivClassName
{
background-color: #076398;
}
.BgClassName
{
background-color: #076398;
}
</style>
border-color css
<style>
span { border-color: #076398; }
span { border-color: rgb(7,99,152); }
td.TdClassName
{
border-color: #076398;
}
.TagClassName
{
border-color: #076398;
}
</style>