Shades of Dark Cerulean #0A547E
Tints of Dark Cerulean #0A547E
RGB
CMYK
RGB Variations
Color information
#0A547E (or 0x0A547E) is known color: Dark Cerulean. HEX triplet: 0A, 54 and 7E. RGB value is (10,84,126). Sum of RGB (Red+Green+Blue) = 10+84+126=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 126 (49.61% from 255 or 57.27% from 220); Max value from RGB is 126 - color contains mainly: blue. Hex color #0A547E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A547E is #F5AB81. Grayscale: #424242. Windows color (decimal): -16100226 or 8279050. OLE color: 8279050.
HSL color Cylindrical-coordinate representation of color #0A547E: hue angle of 201.72º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A547E is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 84 | 126 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.51 |
| HSL | 201.72º | 0.85% | 0.27% | - |
| HSV(B) | 201.72º | 0.92% | 0.49% | - |
| XYZ | 7.06 | 7.91 | 20.89 | - |
| YUV | 66.66 | 161.48 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 126 | 0.92 | 0.33 | 0 | 0.51 | 201.72 | 0.85 | 0.27 |
| Hex | A | 54 | 7E | 5C | 21 | 0 | 33 | CA | 55 | 1B |
| Octal | 12 | 124 | 176 | 134 | 41 | 0 | 63 | 312 | 125 | 33 |
| Binary | 1010 | 1010100 | 1111110 | 1011100 | 100001 | 0 | 110011 | 11001010 | 1010101 | 11011 |
Color Harmonies of #0A547E
Complementary color
Monochromatic Colors of #0A547E
Black with #0A547E
Text Example
Text Example
White with #0A547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A547E; }
p { color: rgb(10,84,126); }
H1.HeaderClassName
{
color: #0A547E;
}
.AnyTagClassName
{
color: #0A547E;
}
</style>
background-color css
<style>
a { background-color: #0A547E; }
a { background-color: rgb(10,84,126); }
div.DivClassName
{
background-color: #0A547E;
}
.BgClassName
{
background-color: #0A547E;
}
</style>
border-color css
<style>
span { border-color: #0A547E; }
span { border-color: rgb(10,84,126); }
td.TdClassName
{
border-color: #0A547E;
}
.TagClassName
{
border-color: #0A547E;
}
</style>