Shades of Cerulean #01628F
Tints of Cerulean #01628F
RGB
CMYK
RGB Variations
Color information
#01628F (or 0x01628F) is known color: Cerulean. HEX triplet: 01, 62 and 8F. RGB value is (1,98,143). Sum of RGB (Red+Green+Blue) = 1+98+143=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #01628F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01628F is #FE9D70. Grayscale: #494949. Windows color (decimal): -16686449 or 9396737. OLE color: 9396737.
HSL color Cylindrical-coordinate representation of color #01628F: hue angle of 199.01º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01628F is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 98 | 143 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.44 |
| HSL | 199.01º | 0.99% | 0.28% | - |
| HSV(B) | 199.01º | 0.99% | 0.56% | - |
| XYZ | 9.34 | 10.72 | 27.56 | - |
| YUV | 74.13 | 166.86 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 143 | 0.99 | 0.31 | 0 | 0.44 | 199.01 | 0.99 | 0.28 |
| Hex | 1 | 62 | 8F | 63 | 1F | 0 | 2C | C7 | 63 | 1C |
| Octal | 1 | 142 | 217 | 143 | 37 | 0 | 54 | 307 | 143 | 34 |
| Binary | 1 | 1100010 | 10001111 | 1100011 | 11111 | 0 | 101100 | 11000111 | 1100011 | 11100 |
Color Harmonies of #01628F
Complementary color
Monochromatic Colors of #01628F
Black with #01628F
Text Example
Text Example
White with #01628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01628F; }
p { color: rgb(1,98,143); }
H1.HeaderClassName
{
color: #01628F;
}
.AnyTagClassName
{
color: #01628F;
}
</style>
background-color css
<style>
a { background-color: #01628F; }
a { background-color: rgb(1,98,143); }
div.DivClassName
{
background-color: #01628F;
}
.BgClassName
{
background-color: #01628F;
}
</style>
border-color css
<style>
span { border-color: #01628F; }
span { border-color: rgb(1,98,143); }
td.TdClassName
{
border-color: #01628F;
}
.TagClassName
{
border-color: #01628F;
}
</style>