Shades of Cerulean #01759D
Tints of Cerulean #01759D
RGB
CMYK
RGB Variations
Color information
#01759D (or 0x01759D) is known color: Cerulean. HEX triplet: 01, 75 and 9D. RGB value is (1,117,157). Sum of RGB (Red+Green+Blue) = 1+117+157=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #01759D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01759D is #FE8A62. Grayscale: #565656. Windows color (decimal): -16681571 or 10319105. OLE color: 10319105.
HSL color Cylindrical-coordinate representation of color #01759D: hue angle of 195.38º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01759D is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 117 | 157 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.38 |
| HSL | 195.38º | 0.99% | 0.31% | - |
| HSV(B) | 195.38º | 0.99% | 0.62% | - |
| XYZ | 12.46 | 15.16 | 34.17 | - |
| YUV | 86.88 | 167.57 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 157 | 0.99 | 0.25 | 0 | 0.38 | 195.38 | 0.99 | 0.31 |
| Hex | 1 | 75 | 9D | 63 | 19 | 0 | 26 | C3 | 63 | 1F |
| Octal | 1 | 165 | 235 | 143 | 31 | 0 | 46 | 303 | 143 | 37 |
| Binary | 1 | 1110101 | 10011101 | 1100011 | 11001 | 0 | 100110 | 11000011 | 1100011 | 11111 |
Color Harmonies of #01759D
Complementary color
Monochromatic Colors of #01759D
Black with #01759D
Text Example
Text Example
White with #01759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01759D; }
p { color: rgb(1,117,157); }
H1.HeaderClassName
{
color: #01759D;
}
.AnyTagClassName
{
color: #01759D;
}
</style>
background-color css
<style>
a { background-color: #01759D; }
a { background-color: rgb(1,117,157); }
div.DivClassName
{
background-color: #01759D;
}
.BgClassName
{
background-color: #01759D;
}
</style>
border-color css
<style>
span { border-color: #01759D; }
span { border-color: rgb(1,117,157); }
td.TdClassName
{
border-color: #01759D;
}
.TagClassName
{
border-color: #01759D;
}
</style>