Shades of Cerulean #00659B
Tints of Cerulean #00659B
RGB
CMYK
RGB Variations
Color information
#00659B (or 0x00659B) is known color: Cerulean. HEX triplet: 00, 65 and 9B. RGB value is (0,101,155). Sum of RGB (Red+Green+Blue) = 0+101+155=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #00659B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00659B is #FF9A64. Grayscale: #4C4C4C. Windows color (decimal): -16751205 or 10183936. OLE color: 10183936.
HSL color Cylindrical-coordinate representation of color #00659B: hue angle of 200.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00659B is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 101 | 155 | - |
| CMYK | 1 | 0.35 | 0 | 0.39 |
| HSL | 200.9º | 1% | 0.3% | - |
| HSV(B) | 200.9º | 1% | 0.61% | - |
| XYZ | 10.57 | 11.67 | 32.71 | - |
| YUV | 76.96 | 172.04 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 155 | 1 | 0.35 | 0 | 0.39 | 200.9 | 1 | 0.3 |
| Hex | 0 | 65 | 9B | 64 | 23 | 0 | 27 | C9 | 64 | 1E |
| Octal | 0 | 145 | 233 | 144 | 43 | 0 | 47 | 311 | 144 | 36 |
| Binary | 0 | 1100101 | 10011011 | 1100100 | 100011 | 0 | 100111 | 11001001 | 1100100 | 11110 |
Color Harmonies of #00659B
Complementary color
Monochromatic Colors of #00659B
Black with #00659B
Text Example
Text Example
White with #00659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00659B; }
p { color: rgb(0,101,155); }
H1.HeaderClassName
{
color: #00659B;
}
.AnyTagClassName
{
color: #00659B;
}
</style>
background-color css
<style>
a { background-color: #00659B; }
a { background-color: rgb(0,101,155); }
div.DivClassName
{
background-color: #00659B;
}
.BgClassName
{
background-color: #00659B;
}
</style>
border-color css
<style>
span { border-color: #00659B; }
span { border-color: rgb(0,101,155); }
td.TdClassName
{
border-color: #00659B;
}
.TagClassName
{
border-color: #00659B;
}
</style>