Shades of Dark Cerulean #015C92
Tints of Dark Cerulean #015C92
RGB
CMYK
RGB Variations
Color information
#015C92 (or 0x015C92) is known color: Dark Cerulean. HEX triplet: 01, 5C and 92. RGB value is (1,92,146). Sum of RGB (Red+Green+Blue) = 1+92+146=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #015C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015C92 is #FEA36D. Grayscale: #464646. Windows color (decimal): -16687982 or 9591809. OLE color: 9591809.
HSL color Cylindrical-coordinate representation of color #015C92: hue angle of 202.34º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C92 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 92 | 146 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.43 |
| HSL | 202.34º | 0.99% | 0.29% | - |
| HSV(B) | 202.34º | 0.99% | 0.57% | - |
| XYZ | 9.03 | 9.74 | 28.6 | - |
| YUV | 70.95 | 170.35 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 146 | 0.99 | 0.37 | 0 | 0.43 | 202.34 | 0.99 | 0.29 |
| Hex | 1 | 5C | 92 | 63 | 25 | 0 | 2B | CA | 63 | 1D |
| Octal | 1 | 134 | 222 | 143 | 45 | 0 | 53 | 312 | 143 | 35 |
| Binary | 1 | 1011100 | 10010010 | 1100011 | 100101 | 0 | 101011 | 11001010 | 1100011 | 11101 |
Color Harmonies of #015C92
Complementary color
Monochromatic Colors of #015C92
Black with #015C92
Text Example
Text Example
White with #015C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C92; }
p { color: rgb(1,92,146); }
H1.HeaderClassName
{
color: #015C92;
}
.AnyTagClassName
{
color: #015C92;
}
</style>
background-color css
<style>
a { background-color: #015C92; }
a { background-color: rgb(1,92,146); }
div.DivClassName
{
background-color: #015C92;
}
.BgClassName
{
background-color: #015C92;
}
</style>
border-color css
<style>
span { border-color: #015C92; }
span { border-color: rgb(1,92,146); }
td.TdClassName
{
border-color: #015C92;
}
.TagClassName
{
border-color: #015C92;
}
</style>