#0A4773

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

Shades of Dark Cerulean #0A4773

Tints of Dark Cerulean #0A4773

Color information

#0A4773 (or 0x0A4773) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 47 and 73. RGB value is (10,71,115). Sum of RGB (Red+Green+Blue) = 10+71+115=196 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.10% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A4773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4773 is #F5B88C. Grayscale: #393939. Windows color (decimal): -16103565 or 7554826. OLE color: 7554826.

HSL color Cylindrical-coordinate representation of color #0A4773: hue angle of 205.14º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A4773 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1071115-
CMYK0.910.3800.55
HSL205.14º84%24.51%-
HSV(B)205.14º91.3%45.1%-
XYZ5.475.8117.05-
YUV57.78160.2993.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.10%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=5.10%
G=36.22%
B=58.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10711150.910.3800.55205.148424.51
HexA47735B26037cd5419
Octal121071631334606731512431
Binary1010100011111100111011011100110011011111001101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,71,115); }

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

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

 a { background-color: rgb(10,71,115); }

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

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

 span { border-color: rgb(10,71,115); }

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