Shades of Dark Cerulean #025C90
Tints of Dark Cerulean #025C90
RGB
CMYK
RGB Variations
Color information
#025C90 (or 0x025C90) is known color: Dark Cerulean. HEX triplet: 02, 5C and 90. RGB value is (2,92,144). Sum of RGB (Red+Green+Blue) = 2+92+144=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #025C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025C90 is #FDA36F. Grayscale: #464646. Windows color (decimal): -16622448 or 9460738. OLE color: 9460738.
HSL color Cylindrical-coordinate representation of color #025C90: hue angle of 201.97º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025C90 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 92 | 144 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.44 |
| HSL | 201.97º | 0.97% | 0.29% | - |
| HSV(B) | 201.97º | 0.99% | 0.56% | - |
| XYZ | 8.89 | 9.68 | 27.79 | - |
| YUV | 71.02 | 169.18 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 92 | 144 | 0.99 | 0.36 | 0 | 0.44 | 201.97 | 0.97 | 0.29 |
| Hex | 2 | 5C | 90 | 63 | 24 | 0 | 2C | CA | 61 | 1D |
| Octal | 2 | 134 | 220 | 143 | 44 | 0 | 54 | 312 | 141 | 35 |
| Binary | 10 | 1011100 | 10010000 | 1100011 | 100100 | 0 | 101100 | 11001010 | 1100001 | 11101 |
Color Harmonies of #025C90
Complementary color
Monochromatic Colors of #025C90
Black with #025C90
Text Example
Text Example
White with #025C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025C90; }
p { color: rgb(2,92,144); }
H1.HeaderClassName
{
color: #025C90;
}
.AnyTagClassName
{
color: #025C90;
}
</style>
background-color css
<style>
a { background-color: #025C90; }
a { background-color: rgb(2,92,144); }
div.DivClassName
{
background-color: #025C90;
}
.BgClassName
{
background-color: #025C90;
}
</style>
border-color css
<style>
span { border-color: #025C90; }
span { border-color: rgb(2,92,144); }
td.TdClassName
{
border-color: #025C90;
}
.TagClassName
{
border-color: #025C90;
}
</style>