Shades of Cerulean #00629C
Tints of Cerulean #00629C
RGB
CMYK
RGB Variations
Color information
#00629C (or 0x00629C) is known color: Cerulean. HEX triplet: 00, 62 and 9C. RGB value is (0,98,156). Sum of RGB (Red+Green+Blue) = 0+98+156=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #00629C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00629C is #FF9D63. Grayscale: #4A4A4A. Windows color (decimal): -16751972 or 10248704. OLE color: 10248704.
HSL color Cylindrical-coordinate representation of color #00629C: hue angle of 202.31º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00629C is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 98 | 156 | - |
| CMYK | 1 | 0.37 | 0 | 0.39 |
| HSL | 202.31º | 1% | 0.31% | - |
| HSV(B) | 202.31º | 1% | 0.61% | - |
| XYZ | 10.37 | 11.14 | 33.06 | - |
| YUV | 75.31 | 173.53 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 156 | 1 | 0.37 | 0 | 0.39 | 202.31 | 1 | 0.31 |
| Hex | 0 | 62 | 9C | 64 | 25 | 0 | 27 | CA | 64 | 1F |
| Octal | 0 | 142 | 234 | 144 | 45 | 0 | 47 | 312 | 144 | 37 |
| Binary | 0 | 1100010 | 10011100 | 1100100 | 100101 | 0 | 100111 | 11001010 | 1100100 | 11111 |
Color Harmonies of #00629C
Complementary color
Monochromatic Colors of #00629C
Black with #00629C
Text Example
Text Example
White with #00629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00629C; }
p { color: rgb(0,98,156); }
H1.HeaderClassName
{
color: #00629C;
}
.AnyTagClassName
{
color: #00629C;
}
</style>
background-color css
<style>
a { background-color: #00629C; }
a { background-color: rgb(0,98,156); }
div.DivClassName
{
background-color: #00629C;
}
.BgClassName
{
background-color: #00629C;
}
</style>
border-color css
<style>
span { border-color: #00629C; }
span { border-color: rgb(0,98,156); }
td.TdClassName
{
border-color: #00629C;
}
.TagClassName
{
border-color: #00629C;
}
</style>