Shades of Cerulean #01679A
Tints of Cerulean #01679A
RGB
CMYK
RGB Variations
Color information
#01679A (or 0x01679A) is known color: Cerulean. HEX triplet: 01, 67 and 9A. RGB value is (1,103,154). Sum of RGB (Red+Green+Blue) = 1+103+154=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #01679A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01679A is #FE9865. Grayscale: #4E4E4E. Windows color (decimal): -16685158 or 10118913. OLE color: 10118913.
HSL color Cylindrical-coordinate representation of color #01679A: hue angle of 200º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01679A is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 103 | 154 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.40 |
| HSL | 200º | 0.99% | 0.3% | - |
| HSV(B) | 200º | 0.99% | 0.6% | - |
| XYZ | 10.7 | 12.04 | 32.33 | - |
| YUV | 78.32 | 170.71 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 154 | 0.99 | 0.33 | 0 | 0.40 | 200 | 0.99 | 0.3 |
| Hex | 1 | 67 | 9A | 63 | 21 | 0 | 28 | C8 | 63 | 1E |
| Octal | 1 | 147 | 232 | 143 | 41 | 0 | 50 | 310 | 143 | 36 |
| Binary | 1 | 1100111 | 10011010 | 1100011 | 100001 | 0 | 101000 | 11001000 | 1100011 | 11110 |
Color Harmonies of #01679A
Complementary color
Monochromatic Colors of #01679A
Black with #01679A
Text Example
Text Example
White with #01679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01679A; }
p { color: rgb(1,103,154); }
H1.HeaderClassName
{
color: #01679A;
}
.AnyTagClassName
{
color: #01679A;
}
</style>
background-color css
<style>
a { background-color: #01679A; }
a { background-color: rgb(1,103,154); }
div.DivClassName
{
background-color: #01679A;
}
.BgClassName
{
background-color: #01679A;
}
</style>
border-color css
<style>
span { border-color: #01679A; }
span { border-color: rgb(1,103,154); }
td.TdClassName
{
border-color: #01679A;
}
.TagClassName
{
border-color: #01679A;
}
</style>