#0a4784

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

Shades of Dark Cerulean #0A4784

Tints of Dark Cerulean #0A4784

Color information

#0A4784 (or 0x0A4784) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 47 and 84. RGB value is (10,71,132). Sum of RGB (Red+Green+Blue) = 10+71+132=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #0A4784 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4784 is #F5B87B. Grayscale: #3B3B3B. Windows color (decimal): -16103548 or 8668938. OLE color: 8668938.

HSL color Cylindrical-coordinate representation of color #0A4784: hue angle of 210º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A4784 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1071132-
CMYK0.920.4600.48
HSL210º85.92%27.84%-
HSV(B)210º92.42%51.76%-
XYZ6.546.2422.69-
YUV59.72168.7992.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.69%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 132 (51.95% from 255) = 61.97%
R=4.69%
G=33.33%
B=61.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10711320.920.4600.4821085.9227.84
HexA47845C2E030d2561c
Octal121072041345606032212634
Binary10101000111100001001011100101110011000011010010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a4784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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