Shades of Cerulean #00649E
Tints of Cerulean #00649E
RGB
CMYK
RGB Variations
Color information
#00649E (or 0x00649E) is known color: Cerulean. HEX triplet: 00, 64 and 9E. RGB value is (0,100,158). Sum of RGB (Red+Green+Blue) = 0+100+158=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #00649E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00649E is #FF9B61. Grayscale: #4C4C4C. Windows color (decimal): -16751458 or 10380288. OLE color: 10380288.
HSL color Cylindrical-coordinate representation of color #00649E: hue angle of 202.03º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00649E is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 100 | 158 | - |
| CMYK | 1 | 0.37 | 0 | 0.38 |
| HSL | 202.03º | 1% | 0.31% | - |
| HSV(B) | 202.03º | 1% | 0.62% | - |
| XYZ | 10.73 | 11.58 | 34.02 | - |
| YUV | 76.71 | 173.87 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 158 | 1 | 0.37 | 0 | 0.38 | 202.03 | 1 | 0.31 |
| Hex | 0 | 64 | 9E | 64 | 25 | 0 | 26 | CA | 64 | 1F |
| Octal | 0 | 144 | 236 | 144 | 45 | 0 | 46 | 312 | 144 | 37 |
| Binary | 0 | 1100100 | 10011110 | 1100100 | 100101 | 0 | 100110 | 11001010 | 1100100 | 11111 |
Color Harmonies of #00649E
Complementary color
Monochromatic Colors of #00649E
Black with #00649E
Text Example
Text Example
White with #00649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00649E; }
p { color: rgb(0,100,158); }
H1.HeaderClassName
{
color: #00649E;
}
.AnyTagClassName
{
color: #00649E;
}
</style>
background-color css
<style>
a { background-color: #00649E; }
a { background-color: rgb(0,100,158); }
div.DivClassName
{
background-color: #00649E;
}
.BgClassName
{
background-color: #00649E;
}
</style>
border-color css
<style>
span { border-color: #00649E; }
span { border-color: rgb(0,100,158); }
td.TdClassName
{
border-color: #00649E;
}
.TagClassName
{
border-color: #00649E;
}
</style>