Shades of Cerulean #005F9C
Tints of Cerulean #005F9C
RGB
CMYK
RGB Variations
Color information
#005F9C (or 0x005F9C) is known color: Cerulean. HEX triplet: 00, 5F and 9C. RGB value is (0,95,156). Sum of RGB (Red+Green+Blue) = 0+95+156=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #005F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005F9C is #FFA063. Grayscale: #494949. Windows color (decimal): -16752740 or 10247936. OLE color: 10247936.
HSL color Cylindrical-coordinate representation of color #005F9C: hue angle of 203.46º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F9C is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 95 | 156 | - |
| CMYK | 1 | 0.39 | 0 | 0.39 |
| HSL | 203.46º | 1% | 0.31% | - |
| HSV(B) | 203.46º | 1% | 0.61% | - |
| XYZ | 10.09 | 10.58 | 32.96 | - |
| YUV | 73.55 | 174.53 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 156 | 1 | 0.39 | 0 | 0.39 | 203.46 | 1 | 0.31 |
| Hex | 0 | 5F | 9C | 64 | 27 | 0 | 27 | CB | 64 | 1F |
| Octal | 0 | 137 | 234 | 144 | 47 | 0 | 47 | 313 | 144 | 37 |
| Binary | 0 | 1011111 | 10011100 | 1100100 | 100111 | 0 | 100111 | 11001011 | 1100100 | 11111 |
Color Harmonies of #005F9C
Complementary color
Monochromatic Colors of #005F9C
Black with #005F9C
Text Example
Text Example
White with #005F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F9C; }
p { color: rgb(0,95,156); }
H1.HeaderClassName
{
color: #005F9C;
}
.AnyTagClassName
{
color: #005F9C;
}
</style>
background-color css
<style>
a { background-color: #005F9C; }
a { background-color: rgb(0,95,156); }
div.DivClassName
{
background-color: #005F9C;
}
.BgClassName
{
background-color: #005F9C;
}
</style>
border-color css
<style>
span { border-color: #005F9C; }
span { border-color: rgb(0,95,156); }
td.TdClassName
{
border-color: #005F9C;
}
.TagClassName
{
border-color: #005F9C;
}
</style>