#0620CA

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

Shades of Medium Blue #0620CA

Tints of Medium Blue #0620CA

Color information

#0620CA (or 0x0620CA) is unknown color: approx Medium Blue. HEX triplet: 06, 20 and CA. RGB value is (6,32,202). Sum of RGB (Red+Green+Blue) = 6+32+202=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 202 (79.30% from 255 or 84.17% from 240); Max value from RGB is 202 - color contains mainly: blue. Hex color #0620CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0620CA is #F9DF35. Grayscale: #2A2A2A. Windows color (decimal): -16375606 or 13246470. OLE color: 13246470.

HSL color Cylindrical-coordinate representation of color #0620CA: hue angle of 232.04º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0620CA is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB632202-
CMYK0.970.8400.21
HSL232.04º94.23%40.78%-
HSV(B)232.04º97.03%79.22%-
XYZ11.255.3456.31-
YUV43.61217.39101.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.5%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 202 (79.30% from 255) = 84.17%
R=2.5%
G=13.33%
B=84.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6322020.970.8400.21232.0494.2340.78
Hex620CA6154015e85e29
Octal64031214112402535013651
Binary1101000001100101011000011010100010101111010001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0620CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0620CA; }

 p { color: rgb(6,32,202); }

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

<style>
 a { background-color: #0620CA; }

 a { background-color: rgb(6,32,202); }

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

<style>
 span { border-color: #0620CA; }

 span { border-color: rgb(6,32,202); }

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