#0A4688

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

Shades of Dark Cerulean #0A4688

Tints of Dark Cerulean #0A4688

Color information

#0A4688 (or 0x0A4688) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 46 and 88. RGB value is (10,70,136). Sum of RGB (Red+Green+Blue) = 10+70+136=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 136 (53.52% from 255 or 62.96% from 216); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A4688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4688 is #F5B977. Grayscale: #3B3B3B. Windows color (decimal): -16103800 or 8930826. OLE color: 8930826.

HSL color Cylindrical-coordinate representation of color #0A4688: hue angle of 211.43º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A4688 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1070136-
CMYK0.930.4900.47
HSL211.43º86.3%28.63%-
HSV(B)211.43º92.65%53.33%-
XYZ6.766.2224.14-
YUV59.58171.1292.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.63%
GREEN value IS 70 (27.73% from 255) = 32.41%
BLUE value IS 136 (53.52% from 255) = 62.96%
R=4.63%
G=32.41%
B=62.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10701360.930.4900.47211.4386.328.63
HexA46885D3102Fd3561d
Octal121062101356105732312635
Binary10101000110100010001011101110001010111111010011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,70,136); }

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

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

 a { background-color: rgb(10,70,136); }

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

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

 span { border-color: rgb(10,70,136); }

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