#0A04D5

Color #0A04D5 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0A04D5

Tints of Medium Blue #0A04D5

Color information

#0A04D5 (or 0x0A04D5) is unknown color: approx Medium Blue. HEX triplet: 0A, 04 and D5. RGB value is (10,4,213). Sum of RGB (Red+Green+Blue) = 10+4+213=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 213 (83.59% from 255 or 93.83% from 227); Max value from RGB is 213 - color contains mainly: blue. Hex color #0A04D5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A04D5 is #F5FB2A. Grayscale: #1C1C1C. Windows color (decimal): -16120619 or 13960202. OLE color: 13960202.

HSL color Cylindrical-coordinate representation of color #0A04D5: hue angle of 241.72º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A04D5 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB104213-
CMYK0.950.9800.16
HSL241.72º96.31%42.55%-
HSV(B)241.72º98.12%83.53%-
XYZ12.184.9663.27-
YUV29.62231.49114.01-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.41%
GREEN value IS 4 (1.95% from 255) = 1.76%
BLUE value IS 213 (83.59% from 255) = 93.83%
R=4.41%
G=1.76%
B=93.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042130.950.9800.16241.7296.3142.55
HexA4D55F62010f2602b
Octal12432513714202036214053
Binary10101001101010110111111100010010000111100101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A04D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,4,213); }

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

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

 a { background-color: rgb(10,4,213); }

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

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

 span { border-color: rgb(10,4,213); }

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