#0A04CA

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

Shades of Medium Blue #0A04CA

Tints of Medium Blue #0A04CA

Color information

#0A04CA (or 0x0A04CA) is unknown color: approx Medium Blue. HEX triplet: 0A, 04 and CA. RGB value is (10,4,202). Sum of RGB (Red+Green+Blue) = 10+4+202=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 202 (79.30% from 255 or 93.52% from 216); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A04CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A04CA is #F5FB35. Grayscale: #1B1B1B. Windows color (decimal): -16120630 or 13239306. OLE color: 13239306.

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

Color convert

RGB104202-
CMYK0.950.9800.21
HSL241.82º96.12%40.39%-
HSV(B)241.82º98.02%79.22%-
XYZ10.834.4256.16-
YUV28.37225.99114.9-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.63%
GREEN value IS 4 (1.95% from 255) = 1.85%
BLUE value IS 202 (79.30% from 255) = 93.52%
R=4.63%
G=1.85%
B=93.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1042020.950.9800.21241.8296.1240.39
HexA4CA5F62015f26028
Octal12431213714202536214050
Binary10101001100101010111111100010010101111100101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A04CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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