Shades of Cerulean #006793
Tints of Cerulean #006793
RGB
CMYK
RGB Variations
Color information
#006793 (or 0x006793) is known color: Cerulean. HEX triplet: 00, 67 and 93. RGB value is (0,103,147). Sum of RGB (Red+Green+Blue) = 0+103+147=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #006793 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006793 is #FF986C. Grayscale: #4C4C4C. Windows color (decimal): -16750701 or 9660160. OLE color: 9660160.
HSL color Cylindrical-coordinate representation of color #006793: hue angle of 197.96º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006793 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 103 | 147 | - |
| CMYK | 1 | 0.30 | 0 | 0.42 |
| HSL | 197.96º | 1% | 0.29% | - |
| HSV(B) | 197.96º | 1% | 0.58% | - |
| XYZ | 10.12 | 11.81 | 29.35 | - |
| YUV | 77.22 | 167.38 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 147 | 1 | 0.30 | 0 | 0.42 | 197.96 | 1 | 0.29 |
| Hex | 0 | 67 | 93 | 64 | 1E | 0 | 2A | C6 | 64 | 1D |
| Octal | 0 | 147 | 223 | 144 | 36 | 0 | 52 | 306 | 144 | 35 |
| Binary | 0 | 1100111 | 10010011 | 1100100 | 11110 | 0 | 101010 | 11000110 | 1100100 | 11101 |
Color Harmonies of #006793
Complementary color
Monochromatic Colors of #006793
Black with #006793
Text Example
Text Example
White with #006793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006793; }
p { color: rgb(0,103,147); }
H1.HeaderClassName
{
color: #006793;
}
.AnyTagClassName
{
color: #006793;
}
</style>
background-color css
<style>
a { background-color: #006793; }
a { background-color: rgb(0,103,147); }
div.DivClassName
{
background-color: #006793;
}
.BgClassName
{
background-color: #006793;
}
</style>
border-color css
<style>
span { border-color: #006793; }
span { border-color: rgb(0,103,147); }
td.TdClassName
{
border-color: #006793;
}
.TagClassName
{
border-color: #006793;
}
</style>