Shades of Cerulean #00658F
Tints of Cerulean #00658F
RGB
CMYK
RGB Variations
Color information
#00658F (or 0x00658F) is known color: Cerulean. HEX triplet: 00, 65 and 8F. RGB value is (0,101,143). Sum of RGB (Red+Green+Blue) = 0+101+143=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 143 (56.25% from 255 or 58.61% from 244); Max value from RGB is 143 - color contains mainly: blue. Hex color #00658F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00658F is #FF9A70. Grayscale: #4B4B4B. Windows color (decimal): -16751217 or 9397504. OLE color: 9397504.
HSL color Cylindrical-coordinate representation of color #00658F: hue angle of 197.62º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00658F is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 101 | 143 | - |
| CMYK | 1 | 0.29 | 0 | 0.44 |
| HSL | 197.62º | 1% | 0.28% | - |
| HSV(B) | 197.62º | 1% | 0.56% | - |
| XYZ | 9.61 | 11.29 | 27.66 | - |
| YUV | 75.59 | 166.04 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 143 | 1 | 0.29 | 0 | 0.44 | 197.62 | 1 | 0.28 |
| Hex | 0 | 65 | 8F | 64 | 1D | 0 | 2C | C6 | 64 | 1C |
| Octal | 0 | 145 | 217 | 144 | 35 | 0 | 54 | 306 | 144 | 34 |
| Binary | 0 | 1100101 | 10001111 | 1100100 | 11101 | 0 | 101100 | 11000110 | 1100100 | 11100 |
Color Harmonies of #00658F
Complementary color
Monochromatic Colors of #00658F
Black with #00658F
Text Example
Text Example
White with #00658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00658F; }
p { color: rgb(0,101,143); }
H1.HeaderClassName
{
color: #00658F;
}
.AnyTagClassName
{
color: #00658F;
}
</style>
background-color css
<style>
a { background-color: #00658F; }
a { background-color: rgb(0,101,143); }
div.DivClassName
{
background-color: #00658F;
}
.BgClassName
{
background-color: #00658F;
}
</style>
border-color css
<style>
span { border-color: #00658F; }
span { border-color: rgb(0,101,143); }
td.TdClassName
{
border-color: #00658F;
}
.TagClassName
{
border-color: #00658F;
}
</style>