#0A4482

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

Shades of Dark Cerulean #0A4482

Tints of Dark Cerulean #0A4482

Color information

#0A4482 (or 0x0A4482) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 44 and 82. RGB value is (10,68,130). Sum of RGB (Red+Green+Blue) = 10+68+130=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #0A4482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4482 is #F5BB7D. Grayscale: #393939. Windows color (decimal): -16104318 or 8537098. OLE color: 8537098.

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

Color convert

RGB1068130-
CMYK0.920.4800.49
HSL211º85.71%27.45%-
HSV(B)211º92.31%50.98%-
XYZ6.225.8121.91-
YUV57.73168.7893.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.81%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 130 (51.17% from 255) = 62.5%
R=4.81%
G=32.69%
B=62.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10681300.920.4800.4921185.7127.45
HexA44825C30031d3561b
Octal121042021346006132312633
Binary10101000100100000101011100110000011000111010011101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,68,130); }

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

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

 a { background-color: rgb(10,68,130); }

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

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

 span { border-color: rgb(10,68,130); }

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