#0C20DA

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

Shades of Medium Blue #0C20DA

Tints of Medium Blue #0C20DA

Color information

#0C20DA (or 0x0C20DA) is unknown color: approx Medium Blue. HEX triplet: 0C, 20 and DA. RGB value is (12,32,218). Sum of RGB (Red+Green+Blue) = 12+32+218=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 218 (85.55% from 255 or 83.21% from 262); Max value from RGB is 218 - color contains mainly: blue. Hex color #0C20DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C20DA is #F3DF25. Grayscale: #2E2E2E. Windows color (decimal): -15982374 or 14295052. OLE color: 14295052.

HSL color Cylindrical-coordinate representation of color #0C20DA: hue angle of 234.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C20DA is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1232218-
CMYK0.940.8500.15
HSL234.17º89.57%45.1%-
HSV(B)234.17º94.5%85.49%-
XYZ13.326.1766.82-
YUV47.22224.37102.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.58%
GREEN value IS 32 (12.89% from 255) = 12.21%
BLUE value IS 218 (85.55% from 255) = 83.21%
R=4.58%
G=12.21%
B=83.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal12322180.940.8500.15234.1789.5745.1
HexC20DA5E550Fea5a2d
Octal144033213612501735213255
Binary1100100000110110101011110101010101111111010101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C20DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,32,218); }

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

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

 a { background-color: rgb(12,32,218); }

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

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

 span { border-color: rgb(12,32,218); }

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