Shades of Cerulean #01658F
Tints of Cerulean #01658F
RGB
CMYK
RGB Variations
Color information
#01658F (or 0x01658F) is known color: Cerulean. HEX triplet: 01, 65 and 8F. RGB value is (1,101,143). Sum of RGB (Red+Green+Blue) = 1+101+143=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #01658F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01658F is #FE9A70. Grayscale: #4B4B4B. Windows color (decimal): -16685681 or 9397505. OLE color: 9397505.
HSL color Cylindrical-coordinate representation of color #01658F: hue angle of 197.75º 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 #01658F is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 101 | 143 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.44 |
| HSL | 197.75º | 0.99% | 0.28% | - |
| HSV(B) | 197.75º | 0.99% | 0.56% | - |
| XYZ | 9.62 | 11.3 | 27.66 | - |
| YUV | 75.89 | 165.87 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 143 | 0.99 | 0.29 | 0 | 0.44 | 197.75 | 0.99 | 0.28 |
| Hex | 1 | 65 | 8F | 63 | 1D | 0 | 2C | C6 | 63 | 1C |
| Octal | 1 | 145 | 217 | 143 | 35 | 0 | 54 | 306 | 143 | 34 |
| Binary | 1 | 1100101 | 10001111 | 1100011 | 11101 | 0 | 101100 | 11000110 | 1100011 | 11100 |
Color Harmonies of #01658F
Complementary color
Monochromatic Colors of #01658F
Black with #01658F
Text Example
Text Example
White with #01658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01658F; }
p { color: rgb(1,101,143); }
H1.HeaderClassName
{
color: #01658F;
}
.AnyTagClassName
{
color: #01658F;
}
</style>
background-color css
<style>
a { background-color: #01658F; }
a { background-color: rgb(1,101,143); }
div.DivClassName
{
background-color: #01658F;
}
.BgClassName
{
background-color: #01658F;
}
</style>
border-color css
<style>
span { border-color: #01658F; }
span { border-color: rgb(1,101,143); }
td.TdClassName
{
border-color: #01658F;
}
.TagClassName
{
border-color: #01658F;
}
</style>