#0A547C

Color #0A547C Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0A547C

Tints of Dark Cerulean #0A547C

Color information

#0A547C (or 0x0A547C) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 54 and 7C. RGB value is (10,84,124). Sum of RGB (Red+Green+Blue) = 10+84+124=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A547C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A547C is #F5AB83. Grayscale: #424242. Windows color (decimal): -16100228 or 8147978. OLE color: 8147978.

HSL color Cylindrical-coordinate representation of color #0A547C: hue angle of 201.05º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A547C is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1084124-
CMYK0.920.3200.51
HSL201.05º85.07%26.27%-
HSV(B)201.05º91.94%48.63%-
XYZ6.937.8620.22-
YUV66.43160.4887.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 4.59%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 124 (48.83% from 255) = 56.88%
R=4.59%
G=38.53%
B=56.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10841240.920.3200.51201.0585.0726.27
HexA547C5C20033c9551a
Octal121241741344006331112532
Binary1010101010011111001011100100000011001111001001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A547C; }

 p { color: rgb(10,84,124); }

 H1.HeaderClassName
 {
   color: #0A547C;
 }
 .AnyTagClassName
 {
   color: #0A547C;
 }
</style>
background-color css

<style>
 a { background-color: #0A547C; }

 a { background-color: rgb(10,84,124); }

 div.DivClassName
 {
   background-color: #0A547C;
 }
 .BgClassName
 {
   background-color: #0A547C;
 }
</style>
border-color css

<style>
 span { border-color: #0A547C; }

 span { border-color: rgb(10,84,124); }

 td.TdClassName
 {
   border-color: #0A547C;
 }
 .TagClassName
 {
   border-color: #0A547C;
 }
</style>